Skip to content

Commit f841cb4

Browse files
committed
feat(ssr-docs); merged development
1 parent 6a084c2 commit f841cb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/ngx-bootstrap-docs-e2e/src/integration/accordion_page.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ test.describe('Accordion page testing suite', () => {
3636
});
3737

3838
test('when user click on each item, then any content inside shown', async ({ accordionPo }) => {
39+
cy.viewport(1440, 900);
3940
await accordionPo.clickOnAccordionGroup(basic, 0);
4041
await accordionPo.expectAccordionItemExpanded(basic, 0, true);
4142
await accordionPo.expectItemContentVisible(basic, 0, true);

0 commit comments

Comments
 (0)