Fix(embedded) : column order, sort, scrolls overlays, refresh, table … #1593
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
6s
Annotations
3 errors and 3 notices
|
[chromium] › playwright/e2e/context.spec.ts:160:2 › Manage a context › Delete context with shares:
playwright/e2e/context.spec.ts#L194
1) [chromium] › playwright/e2e/context.spec.ts:160:2 › Manage a context › Delete context with shares
Error: expect(received).toBeTruthy()
Received: false
192 | await deleteDialog.getByRole('button', { name: 'Delete' }).click()
193 | const deleteResponse = await deleteResponsePromise
> 194 | expect(deleteResponse.ok()).toBeTruthy()
| ^
195 | await expect(deleteDialog).toBeHidden({ timeout: 10000 })
196 |
197 | // Wait for the navigation item to be hidden
at /home/runner/work/tables/tables/playwright/e2e/context.spec.ts:194:31
|
|
[chromium] › playwright/e2e/view-mandatory-state.spec.ts:113:2 › Mandatory Column Functionality › EditRow - Mandatory Field Validation:
playwright/e2e/view-mandatory-state.spec.ts#L126
1) [chromium] › playwright/e2e/view-mandatory-state.spec.ts:113:2 › Mandatory Column Functionality › EditRow - Mandatory Field Validation
Error: locator.click: Element is not visible
Call log:
- waiting for locator('.column-entry').filter({ hasText: 'title' }).locator('[data-cy="customColumnAction"] button')
- locator resolved to <button type="button" data-v-00a99684="" data-v-23e5cae7="" aria-label="Actions" aria-haspopup="menu" aria-expanded="false" id="nc-vue-32-trigger" class="button-vue button-vue--size-normal button-vue--tertiary button-vue--legacy34 action-item__menutoggle">…</button>
- attempting click action
- scrolling into view if needed
124 | // Set title column as mandatory in the view
125 | await page.locator('.column-entry', { hasText: 'title' }).hover()
> 126 | await page.locator('.column-entry', { hasText: 'title' }).locator('[data-cy="customColumnAction"] button').click({ force: true })
| ^
127 | await page.getByRole('menuitemcheckbox', { name: 'Mandatory' }).click()
128 |
129 | // Save the view
at /home/runner/work/tables/tables/playwright/e2e/view-mandatory-state.spec.ts:126:110
|
|
[chromium] › playwright/e2e/tables-table.spec.ts:74:2 › Manage a table › Transfer:
playwright/support/commands.ts#L104
1) [chromium] › playwright/e2e/tables-table.spec.ts:74:2 › Manage a table › Transfer ─────────────
TimeoutError: locator.waitFor: Timeout 30000ms exceeded.
Call log:
- waiting for locator('[data-cy="customTableAction"] button').first() to be visible
at support/commands.ts:104
102 |
103 | for (let attempt = 1; attempt <= 3; attempt++) {
> 104 | await menuButton.waitFor({ state: 'visible', timeout: ACTION_TIMEOUT })
| ^
105 | await menuButton.scrollIntoViewIfNeeded()
106 | await page.locator('.toastify').first().waitFor({ state: 'hidden', timeout: 5000 }).catch(() => {})
107 | await menuButton.click()
at openTableActionsMenu (/home/runner/work/tables/tables/playwright/support/commands.ts:104:20)
at clickOnTableThreeDotMenu (/home/runner/work/tables/tables/playwright/support/commands.ts:373:3)
at /home/runner/work/tables/tables/playwright/e2e/tables-table.spec.ts:87:3
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/e2e/context.spec.ts:160:2 › Manage a context › Delete context with shares
85 passed (7.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/e2e/view-mandatory-state.spec.ts:113:2 › Mandatory Column Functionality › EditRow - Mandatory Field Validation
85 passed (8.3m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/e2e/tables-table.spec.ts:74:2 › Manage a table › Transfer ──────────────
85 passed (8.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
|
59 MB |
sha256:55d03f4c526bb0f467059cce07a8b0895392fb62dd8fe7e9c92e3c15e1fe7053
|
|
|
playwright-results-stable33
|
14.2 MB |
sha256:39ea1dead333f9858e41c1dd008f4235b96892e681770faa6db728cd91bf4f18
|
|
|
playwright-results-stable34
|
9.01 MB |
sha256:7603a92795af42a0632ca995f8e27169ea7c095551e7c06c17178d7f4f79c51d
|
|