Skip to content

Commit 96630c2

Browse files
Merge branch 'latest' into dependabot/npm_and_yarn/storybook-2dba45f4a2
2 parents e08b7f7 + e6fa8bc commit 96630c2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

ws-nextjs-app/cypress/e2e/pageTypes/homePage/testsForCanonicalOnly.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export default ({ service }) => {
4343
});
4444
});
4545

46-
describe('Portrait Video Curations', () => {
46+
// Skipping this one due to a bug caused by repeatedly opening and closing the modal
47+
describe.skip('Portrait Video Curations', () => {
4748
beforeEach(() => {
4849
cy.viewport(600, 800);
4950
});
@@ -102,8 +103,7 @@ export default ({ service }) => {
102103
});
103104
});
104105

105-
// Skipping this one due to a bug caused by repeatedly opening and closing the modal (caused by the two previous tests opening and closing the modal)
106-
it.skip('should close the modal when the Escape key is pressed', () => {
106+
it('should close the modal when the Escape key is pressed', () => {
107107
cy.get('body').then($body => {
108108
if ($body.find('[data-testid="portrait-video-carousel"]').length > 0) {
109109
cy.get('[data-testid="portrait-video-carousel"]')
@@ -123,6 +123,7 @@ export default ({ service }) => {
123123
});
124124
});
125125
});
126+
126127
describe('Billboard', () => {
127128
it('should display the correct number of items in the curation grid if there is at least 2 summaries', () => {
128129
cy.viewport(1008, 900);

0 commit comments

Comments
 (0)