Skip to content

Commit

Permalink
fix: finally skip an e2e scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovladimitrovski committed Oct 30, 2023
1 parent 1f774ac commit 98fafc3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test-e2e/tests/live_channel_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ Scenario('I can navigate to live channels from the header', ({ I }) => {
I.see('On Channel 1', locate('div').inside(videoDetailsLocator));
});

// todo: unskip it when ready
Scenario('I can watch the current live program on the live channel screen', async ({ I }) => {
// todo: unskip this scenario when ready
// eslint-disable-next-line codeceptjs/no-skipped-tests
Scenario.skip('I can watch the current live program on the live channel screen', async ({ I }) => {
await I.openVideoCard('Channel 1');

I.see('The Daily Show with Trevor Noah: Ears Edition', locate('h2').inside(videoDetailsLocator));
Expand Down

0 comments on commit 98fafc3

Please sign in to comment.