Update Upgrade to Pro CTAs #505
Annotations
5 errors, 1 warning, and 1 notice
Start a server and run tests:
tests/mitoai_ui_tests/notifications.spec.ts#L71
1) [chromium] › mitoai_ui_tests/notifications.spec.ts:31:9 › Mito AI status item › should show upgrade to pro notification
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.jp-toast-message')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.jp-toast-message')
69 | await replyDone.promise;
70 |
> 71 | await expect(page.locator(".jp-toast-message")).toBeVisible();
| ^
72 | await expect(page.locator('.jp-toast-button').getByRole('button', { name: 'Upgrade to Mito Pro' })).toBeVisible();
73 | });
74 | });
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/notifications.spec.ts:71:57
|
Start a server and run tests:
tests/mitoai_ui_tests/notifications.spec.ts#L71
1) [chromium] › mitoai_ui_tests/notifications.spec.ts:31:9 › Mito AI status item › should show upgrade to pro notification
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.jp-toast-message')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.jp-toast-message')
69 | await replyDone.promise;
70 |
> 71 | await expect(page.locator(".jp-toast-message")).toBeVisible();
| ^
72 | await expect(page.locator('.jp-toast-button').getByRole('button', { name: 'Upgrade to Mito Pro' })).toBeVisible();
73 | });
74 | });
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/notifications.spec.ts:71:57
|
Start a server and run tests:
tests/mitoai_ui_tests/notifications.spec.ts#L71
1) [chromium] › mitoai_ui_tests/notifications.spec.ts:31:9 › Mito AI status item › should show upgrade to pro notification
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.jp-toast-message')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.jp-toast-message')
69 | await replyDone.promise;
70 |
> 71 | await expect(page.locator(".jp-toast-message")).toBeVisible();
| ^
72 | await expect(page.locator('.jp-toast-button').getByRole('button', { name: 'Upgrade to Mito Pro' })).toBeVisible();
73 | });
74 | });
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/notifications.spec.ts:71:57
|
Start a server and run tests:
tests/mitoai_ui_tests/notifications.spec.ts#L71
1) [chromium] › mitoai_ui_tests/notifications.spec.ts:31:9 › Mito AI status item › should show upgrade to pro notification
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.jp-toast-message')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.jp-toast-message')
69 | await replyDone.promise;
70 |
> 71 | await expect(page.locator(".jp-toast-message")).toBeVisible();
| ^
72 | await expect(page.locator('.jp-toast-button').getByRole('button', { name: 'Upgrade to Mito Pro' })).toBeVisible();
73 | });
74 | });
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/notifications.spec.ts:71:57
|
Start a server and run tests
Process completed with exit code 1.
|
Install dependencies
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
Start a server and run tests
1 failed
[chromium] › mitoai_ui_tests/notifications.spec.ts:31:9 › Mito AI status item › should show upgrade to pro notification
2 skipped
27 passed (3.0m)
|
Loading