fix(l10n): Update translations from Transifex #209
playwright.yml
on: push
Matrix: playwright
playwright-summary
11s
Annotations
8 errors and 2 notices
|
Playwright (master)
Process completed with exit code 1.
|
|
[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
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
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-gkffa" 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/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
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
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' })
18 Γ locator resolved to <li data-v-f380110d="" data-v-59e96255="" data-v-058e6060="" id="app-navigation-item-zmspm" 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/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-thwll" 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.spec.ts:151:2 βΊ Interact with views βΊ Create view and make column readonly in the view:
playwright/e2e/view.spec.ts#L164
3) [chromium] βΊ playwright/e2e/view.spec.ts:151:2 βΊ Interact with views βΊ Create view and make column readonly in the view
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-grhzw" 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
162 | // trigger three dot menu and select readonly
163 | await page.locator('.column-entry', { hasText: 'title' }).hover()
> 164 | await page.locator('.column-entry', { hasText: 'title' }).locator('[data-cy="customColumnAction"] button').click({ force: true })
| ^
165 | await page.locator('[data-cy="columnReadonlyCheckbox"]').filter({ hasText: 'Read only' }).click()
166 |
167 | // save view
at /home/runner/work/tables/tables/playwright/e2e/view.spec.ts:164:110
|
|
[chromium] βΊ playwright/e2e/tables-rows.spec.ts:107:2 βΊ Rows for a table βΊ Check mandatory fields error:
playwright/e2e/tables-rows.spec.ts#L137
2) [chromium] βΊ playwright/e2e/tables-rows.spec.ts:107:2 βΊ Rows for a table βΊ Check mandatory fields error
Error: expect(locator).toBeDisabled() failed
Locator: locator('[data-cy="editRowSaveButton"]')
Expected: disabled
Received: enabled
Timeout: 5000ms
Call log:
- Expect "toBeDisabled" with timeout 5000ms
- waiting for locator('[data-cy="editRowSaveButton"]')
8 Γ locator resolved to <button type="button" aria-label="Save" data-v-5ee98a45="" data-v-7341774a="" data-cy="editRowSaveButton" class="button-vue button-vue--size-normal button-vue--text-only button-vue--vue-primary">β¦</button>
- unexpected value "enabled"
135 | await page.locator('[data-cy="editRowModal"] .slot input').first().clear()
136 | await expect(page.locator('[data-cy="editRowModal"] .notecard--error')).toBeVisible()
> 137 | await expect(page.locator('[data-cy="editRowSaveButton"]')).toBeDisabled()
| ^
138 | })
139 |
140 | test('Inline Edit', async () => {
at /home/runner/work/tables/tables/playwright/e2e/tables-rows.spec.ts:137:63
|
|
[chromium] βΊ playwright/e2e/column-usergroup.spec.ts:49:2 βΊ Test column usergroup βΊ Create and edit rows:
playwright/e2e/column-usergroup.spec.ts#L74
1) [chromium] βΊ playwright/e2e/column-usergroup.spec.ts:49:2 βΊ Test column usergroup βΊ Create and edit rows
Error: expect(locator).toBeHidden() failed
Locator: locator('[data-cy="ncTable"] table tr td .user-bubble__name').filter({ hasText: 'user_1776132768050_xlxaeja9' })
Expected: hidden
Received: visible
Timeout: 5000ms
Call log:
- Expect "toBeHidden" with timeout 5000ms
- waiting for locator('[data-cy="ncTable"] table tr td .user-bubble__name').filter({ hasText: 'user_1776132768050_xlxaeja9' })
9 Γ locator resolved to <span data-v-7942d6b6="" class="user-bubble__name"> user_1776132768050_xlxaeja9 </span>
- unexpected value "visible"
72 | await page.locator('[data-cy="editRowSaveButton"]').click()
73 |
> 74 | await expect(page.locator('[data-cy="ncTable"] table tr td .user-bubble__name', { hasText: user.userId })).toBeHidden()
| ^
75 | await expect(page.locator('[data-cy="ncTable"] table tr td .user-bubble__name').filter({ hasText: nonLocalUser.userId }).first()).toBeVisible()
76 | })
77 | })
at /home/runner/work/tables/tables/playwright/e2e/column-usergroup.spec.ts:74:110
|
|
playwright-summary
Process completed with exit code 1.
|
|
π Playwright Run Summary
1 failed
[chromium] βΊ playwright/e2e/context.spec.ts:158:2 βΊ Manage a context βΊ Delete context with shares
72 passed (6.0m)
|
|
π Playwright Run Summary
3 flaky
[chromium] βΊ playwright/e2e/column-usergroup.spec.ts:49:2 βΊ Test column usergroup βΊ Create and edit rows
[chromium] βΊ playwright/e2e/tables-rows.spec.ts:107:2 βΊ Rows for a table βΊ Check mandatory fields error
[chromium] βΊ playwright/e2e/view.spec.ts:151:2 βΊ Interact with views βΊ Create view and make column readonly in the view
70 passed (6.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
Expired
|
9.55 MB |
sha256:18073ea517047472b8a2eb66f8409f71fa6e3d6b03006f6a036dd1f6b4d32032
|
|
|
playwright-results-stable33
Expired
|
62.1 MB |
sha256:59567a3d53fab92e79e57abd66ea13673f8d451ca3cf5ae849d001bfa7908a50
|
|