chore(deps): update e2e-test-runners (main) #91
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
5s
Annotations
3 errors and 2 notices
|
[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
2) [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-5ee98a45="" data-v-cf2bf155="" aria-label="Actions" aria-haspopup="menu" aria-expanded="false" id="trigger-menu-jjzlc" class="button-vue button-vue--size-normal button-vue--icon-only button-vue--vue-tertiary button-vue--tertiary 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/context.spec.ts:158:2 › Manage a context › Delete context with shares:
playwright/e2e/context.spec.ts#L188
1) [chromium] › playwright/e2e/context.spec.ts:158:2 › Manage a context › Delete context with shares
Error: expect(locator).toBeHidden() failed
Locator: locator('[data-cy="navigationContextItem"]').filter({ hasText: 'test application delete' })
Expected: hidden
Received: visible
Timeout: 15000ms
Call log:
- Expect "toBeHidden" with timeout 15000ms
- waiting for locator('[data-cy="navigationContextItem"]').filter({ hasText: 'test application delete' })
19 × locator resolved to <li data-v-f380110d="" data-v-59e96255="" data-v-058e6060="" id="app-navigation-item-jqcha" data-cy="navigationContextItem" class="app-navigation-entry-wrapper active">…</li>
- unexpected value "visible"
186 |
187 | // Wait for the navigation item to be hidden
> 188 | await expect(page.locator('[data-cy="navigationContextItem"]').filter({ hasText: contextTitle })).toBeHidden({ timeout: 15000 })
| ^
189 | await expect(page.locator('h1').filter({ hasText: contextTitle })).toBeHidden()
190 |
191 | // verify that context was deleted from shared user
at /home/runner/work/tables/tables/playwright/e2e/context.spec.ts:188:101
|
|
[chromium] › playwright/e2e/view-mandatory-state.spec.ts:113:2 › Mandatory Column Functionality › EditRow - Mandatory Field Validation:
playwright/e2e/view-mandatory-state.spec.ts#L142
1) [chromium] › playwright/e2e/view-mandatory-state.spec.ts:113:2 › Mandatory Column Functionality › EditRow - Mandatory Field Validation
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy="editRowModal"]').locator('.notecard--error, .note-card--error, .error, [type="error"]').first()
Expected: visible
Timeout: 15000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 15000ms
- waiting for locator('[data-cy="editRowModal"]').locator('.notecard--error, .note-card--error, .error, [type="error"]').first()
140 | await input.blur()
141 |
> 142 | await expect(page.locator('[data-cy="editRowModal"]').locator('.notecard--error, .note-card--error, .error, [type="error"]').first()).toBeVisible({ timeout: 15000 })
| ^
143 |
144 | // Check that save button is disabled
145 | const saveBtn = page.locator('[data-cy="editRowSaveButton"]')
at /home/runner/work/tables/tables/playwright/e2e/view-mandatory-state.spec.ts:142:137
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › playwright/e2e/context.spec.ts:158:2 › Manage a context › Delete context with shares
[chromium] › playwright/e2e/view-mandatory-state.spec.ts:113:2 › Mandatory Column Functionality › EditRow - Mandatory Field Validation
71 passed (6.1m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/e2e/view-mandatory-state.spec.ts:113:2 › Mandatory Column Functionality › EditRow - Mandatory Field Validation
72 passed (6.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
Expired
|
27.8 MB |
sha256:9beb6bbce770a40dcf6de9855bcbd336917d69e7149c5cfb55457c899df3df20
|
|
|
playwright-results-stable33
Expired
|
18.7 MB |
sha256:931193856e7006f48a1363ddd1440b74323117fd5c367f68f5791e5f5a7ec379
|
|