Skip to content

Commit

Permalink
fix(home): shelf e2e test for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Oct 5, 2022
1 parent 71c9666 commit 35ff1f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-e2e/tests/home_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ Scenario('I can slide within non-featured shelves', async ({ I }) => {
const rightMedia = isDesktop
? { name: 'Cosmos Laundromat', duration: '13 min' }
: {
name: 'Big Buck Bunny',
duration: '10 min',
name: 'Elephants Dream',
duration: '11 min',
};

I.see('All Films');
Expand Down

0 comments on commit 35ff1f1

Please sign in to comment.