Skip to content

Commit a67c0a9

Browse files
committed
feat(ssr-docs); merged development
1 parent f5aea8e commit a67c0a9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/on-push-or-pull.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
152152
- name: smoke e2e on firebase
153153
if: ${{ needs.firebase_preview.outputs.output_url }}
154-
run: PLAYWRIGHT_TEST_BASE_URL="${{ needs.firebase_preview.outputs.output_url }}/ngx-bootstrap/" npx nx run ngx-bootstrap-docs-e2e:e2e --pwProject=chromium-integration --skipServe --shard=${{ matrix.shard }}/${{ strategy.job-total }}
154+
run: PLAYWRIGHT_TEST_BASE_URL="${{ needs.firebase_preview.outputs.output_url }}/ngx-bootstrap/" npx nx run ngx-bootstrap-docs-e2e:e2e --pwProject=chromium-integration --shard=${{ matrix.shard }}/${{ strategy.job-total }}
155155

156156
- name: smoke e2e local
157157
if: ${{ !needs.firebase_preview.outputs.output_url }}

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

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

3838
test('when user click on each item, then any content inside shown', async ({ accordionPo }) => {
39-
await accordionPo.page.setViewportSize({ width: 1440, height: 900 });
4039
await accordionPo.clickOnAccordionGroup(basic, 0);
4140
await accordionPo.expectAccordionItemExpanded(basic, 0, true);
4241
await accordionPo.expectItemContentVisible(basic, 0, true);

0 commit comments

Comments
 (0)