Chore/pw e2e #32
Annotations
5 errors, 1 warning, and 1 notice
Run tests:
playwright/e2eTests/notificationsOperations.spec.ts#L1
1) [chromium] › e2eTests/notificationsOperations.spec.ts:30:1 › Add notification trigger ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
playwright/e2eTests/notificationsOperations.spec.ts#L34
1) [chromium] › e2eTests/notificationsOperations.spec.ts:30:1 › Add notification trigger ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Add Trigger' })
- locator resolved to <a tabindex="-1" href="/trigger/new" origin-tabinde…>Add Trigger</a>
- locator resolved to <a tabindex="-1" href="/trigger/new" origin-tabinde…>Add Trigger</a>
- locator resolved to <a tabindex="-1" href="/trigger/new" origin-tabinde…>Add Trigger</a>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
- locator resolved to <a tabindex="-1" href="/trigger/new" origin-tabinde…>Add Trigger</a>
- locator resolved to <a tabindex="-1" href="/trigger/new" origin-tabinde…>Add Trigger</a>
- locator resolved to <a tabindex="-1" href="/trigger/new" origin-tabinde…>Add Trigger</a>
- locator resolved to <a tabindex="-1" href="/trigger/new" origin-tabinde…>Add Trigger</a>
32 | const triggerForm = new TriggerForm(page);
33 | await mainPage.gotoMainPage();
> 34 | await mainPage.addTriggerButton.click();
| ^
35 | await expect(page).toHaveURL("/trigger/new");
36 | await triggerForm.triggerNameField.fill(triggerName);
37 | await triggerForm.target(1).click();
at /home/runner/work/web2.0/web2.0/playwright/e2eTests/notificationsOperations.spec.ts:34:37
|
Run tests:
playwright/e2eTests/notificationsOperations.spec.ts#L1
2) [chromium] › e2eTests/notificationsOperations.spec.ts:75:1 › Add subscription ─────────────────
Test timeout of 30000ms exceeded.
|
Run tests:
playwright/e2eTests/notificationsOperations.spec.ts#L81
2) [chromium] › e2eTests/notificationsOperations.spec.ts:75:1 › Add subscription ─────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('[data-tid=\'Tag testTag\']')
79 | await page.locator(`button:has-text("${channelAccountNameEdited}")`).click();
80 | await page.locator("[data-tid='Tag dropdown select']").click();
> 81 | await page.locator(`[data-tid='Tag ${tag}']`).click();
| ^
82 | await notificationsPage.modalActionDeliveryChannelButton("Add").click();
83 | });
84 |
at /home/runner/work/web2.0/web2.0/playwright/e2eTests/notificationsOperations.spec.ts:81:51
|
Run tests:
playwright/e2eTests/notificationsOperations.spec.ts#L79
2) [chromium] › e2eTests/notificationsOperations.spec.ts:75:1 › Add subscription ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: locator('button:has-text("#testtelegramaccount")') resolved to 2 elements:
1) <button tabindex="-1" class="react-ui-133l4zi" data-tid=…>…</button> aka getByRole('button', { name: '#testtelegramaccount' }).first()
2) <button tabindex="-1" class="react-ui-133l4zi" data-tid=…>…</button> aka getByRole('button', { name: '#testtelegramaccount' }).nth(1)
Call log:
- waiting for locator('button:has-text("#testtelegramaccount")')
77 | await notificationsPage.addSubscriptionButton.click();
78 | await notificationsPage.modalSelectDeliveryChannelButton.click();
> 79 | await page.locator(`button:has-text("${channelAccountNameEdited}")`).click();
| ^
80 | await page.locator("[data-tid='Tag dropdown select']").click();
81 | await page.locator(`[data-tid='Tag ${tag}']`).click();
82 | await notificationsPage.modalActionDeliveryChannelButton("Add").click();
at /home/runner/work/web2.0/web2.0/playwright/e2eTests/notificationsOperations.spec.ts:79:74
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests
2 flaky
[chromium] › e2eTests/notificationsOperations.spec.ts:30:1 › Add notification trigger ──────────
[chromium] › e2eTests/notificationsOperations.spec.ts:75:1 › Add subscription ──────────────────
3 skipped
11 passed (1.5m)
|
The logs for this run have expired and are no longer available.
Loading