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 6a084c2 commit f841cb4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +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.clickOnAccordionGroup(basic, 0);
await accordionPo.expectAccordionItemExpanded(basic, 0, true);
await accordionPo.expectItemContentVisible(basic, 0, true);
Expand Down

0 comments on commit f841cb4

Please sign in to comment.