mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 15:41:00 +00:00
Fix failed test due to page_title copy changes
- This test was broken due to changes in [1:ef4097c
] where the page_title changed from `Add Songs` to `Add Music` 1: 2022-02-02ef4097c0a3
Add more aggressive expiration and tell user about it
This commit is contained in:
parent
554c97fde4
commit
218c0d1396
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ defmodule LiveBeatsWeb.ProfileLiveTest do
|
|||
|> element("#upload-btn")
|
||||
|> render_click()
|
||||
|
||||
assert render(lv) =~ "Add Songs"
|
||||
assert render(lv) =~ "Add Music"
|
||||
|
||||
mp3 =
|
||||
file_input(lv, "#song-form", :mp3, [
|
||||
|
|
Loading…
Reference in a new issue