mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-21 23:50:59 +00:00
Merge pull request #31 from dsdshcym/fix-test
Fix failed test due to page_title copy changes
This commit is contained in:
commit
b120cf69ad
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ defmodule LiveBeatsWeb.ProfileLiveTest do
|
||||||
|> element("#upload-btn")
|
|> element("#upload-btn")
|
||||||
|> render_click()
|
|> render_click()
|
||||||
|
|
||||||
assert render(lv) =~ "Add Songs"
|
assert render(lv) =~ "Add Music"
|
||||||
|
|
||||||
mp3 =
|
mp3 =
|
||||||
file_input(lv, "#song-form", :mp3, [
|
file_input(lv, "#song-form", :mp3, [
|
||||||
|
|
Loading…
Reference in a new issue