Skip to content

Commit

Permalink
fix(home): fix CodeceptJS mobile test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Jun 10, 2021
1 parent 2a0bf31 commit 820fb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/home_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Scenario('Header button navigates to playlist screen', ({ I }) => {

Scenario('Menu button opens the sidebar', ({ I }) => {
I.amOnPage('http://localhost:8080');
I.click('[aria-label="open menu"]');
I.click('[aria-label="Open menu"]');
I.see('Home');
I.see('All Movies');
I.see('Settings');
Expand Down

0 comments on commit 820fb5c

Please sign in to comment.