add airflow integration to readme #1761
Annotations
1 error, 1 warning, and 1 notice
Run Playwright tests:
tests/features/search/search.spec.ts#L65
1) [chromium] › ../features/search/search.spec.ts:62:7 › Search by name of data-entity › Search for a single keyword › "No matches found" alert message › Not displayed alert message when list is not empty
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 6
Received: 0
63 | await test.step(`When fill an empty expression`, async () => {
64 | await pages.catalog.searchBy('');
> 65 | expect(await pages.catalog.countListItems()).toBeGreaterThanOrEqual(6);
| ^
66 | expect(await pages.catalog.isAlertHidden()).toBeTruthy();
67 | });
68 | });
at /home/runner/work/odd-platform/odd-platform/tests/features/search/search.spec.ts:65:56
at /home/runner/work/odd-platform/odd-platform/tests/features/search/search.spec.ts:63:9
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/setup-java@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Playwright tests
1 flaky
[chromium] › ../features/search/search.spec.ts:62:7 › Search by name of data-entity › Search for a single keyword › "No matches found" alert message › Not displayed alert message when list is not empty
41 passed (1m)
|
The logs for this run have expired and are no longer available.
Loading