Skip to content

Commit

Permalink
feat(ssr-docs); merged development
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq committed Dec 17, 2024
1 parent f841cb4 commit f5aea8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test.describe('Accordion page testing suite', () => {
});

test('when user click on each item, then any content inside shown', async ({ accordionPo }) => {
cy.viewport(1440, 900);
await accordionPo.page.setViewportSize({ width: 1440, height: 900 });
await accordionPo.clickOnAccordionGroup(basic, 0);
await accordionPo.expectAccordionItemExpanded(basic, 0, true);
await accordionPo.expectItemContentVisible(basic, 0, true);
Expand Down

0 comments on commit f5aea8e

Please sign in to comment.