fix: update confirmation button text in invite tests (#8396) #17488
Annotations
2 errors, 5 warnings, and 1 notice
Smoke test electron app:
packages/insomnia-smoke-test/tests/smoke/git-interactions.test.ts#L67
1) [Smoke] › smoke/git-interactions.test.ts:3:5 › Git Interactions (clone, checkout branch, pull, push, stage changes, ...)
TimeoutError: locator.click: Timeout 30000ms exceeded.
Call log:
- waiting for getByText('Endpoint Security test')
65 | await page.getByText('abc *').click();
66 | await page.getByRole('heading', { name: 'Branches', exact: true }).press('Escape');
> 67 | await page.getByText('Endpoint Security test').click();
| ^
68 |
69 | // check git history
70 | await page.getByTestId('git-dropdown').click();
at /home/runner/work/insomnia/insomnia/packages/insomnia-smoke-test/tests/smoke/git-interactions.test.ts:67:52
|
Smoke test electron app
Process completed with exit code 255.
|
Smoke test electron app:
packages/insomnia-smoke-test/[Smoke] › smoke/pre-request-script-features.test.ts#L1
packages/insomnia-smoke-test/[Smoke] › smoke/pre-request-script-features.test.ts took 3.1m
|
Smoke test electron app:
packages/insomnia-smoke-test/[Smoke] › smoke/runner.test.ts#L1
packages/insomnia-smoke-test/[Smoke] › smoke/runner.test.ts took 58.1s
|
Smoke test electron app:
packages/insomnia-smoke-test/[Smoke] › smoke/debug-sidebar-interactions.test.ts#L1
packages/insomnia-smoke-test/[Smoke] › smoke/debug-sidebar-interactions.test.ts took 51.3s
|
Smoke test electron app:
packages/insomnia-smoke-test/[Smoke] › smoke/git-interactions.test.ts#L1
packages/insomnia-smoke-test/[Smoke] › smoke/git-interactions.test.ts took 42.2s
|
Smoke test electron app:
packages/insomnia-smoke-test/[Smoke] › smoke/pre-request-script-window.test.ts#L1
packages/insomnia-smoke-test/[Smoke] › smoke/pre-request-script-window.test.ts took 36.0s
|
Smoke test electron app
1 failed
[Smoke] › smoke/git-interactions.test.ts:3:5 › Git Interactions (clone, checkout branch, pull, push, stage changes, ...)
3 skipped
100 passed (11.8m)
|
Loading