update footer #140
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pull-request.yml
on: pull_request
Matrix: build-and-lint
Matrix: e2e-tests
Matrix: unit-tests
Annotations
3 errors, 5 warnings, and 1 notice
[chromium] βΊ classic-form.spec.ts:38:5 βΊ form can be filled out and submitted:
e2e/classic-form.spec.ts#L1
1) [chromium] βΊ classic-form.spec.ts:38:5 βΊ form can be filled out and submitted, and is valid βββ
Test timeout of 30000ms exceeded.
|
[chromium] βΊ classic-form.spec.ts:38:5 βΊ form can be filled out and submitted:
e2e/classic-form.spec.ts#L61
1) [chromium] βΊ classic-form.spec.ts:38:5 βΊ form can be filled out and submitted, and is valid βββ
Error: locator.click: Target closed
=========================== logs ===========================
waiting for getByTestId('sort').getByText('Relevance')
locator resolved to <div class=" css-1dimb5e-singleValue">Relevance</div>
attempting click action
waiting for element to be visible, enabled and stable
element is not stable - waiting...
============================================================
59 |
60 | // sort
> 61 | await page.getByTestId('sort').getByText('Relevance').click();
| ^
62 | await page.getByTestId('sort').getByLabel('Sort', { exact: true }).press('ArrowDown');
63 | await page.getByTestId('sort').getByLabel('Sort', { exact: true }).press('ArrowDown');
64 | await page.getByTestId('sort').getByLabel('Sort', { exact: true }).press('Tab');
at /home/runner/work/nectar/nectar/e2e/classic-form.spec.ts:61:57
|
[webkit] βΊ SearchBar.spec.ts:98:5 βΊ quick search works properly:
e2e/SearchBar.spec.ts#L115
2) [webkit] βΊ SearchBar.spec.ts:98:5 βΊ quick search works properly βββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: getByTestId('search-input')
Expected string: "author:\"Smith, A\" object:"
Received string: "author:\"Smith, A\""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for getByTestId('search-input')
- locator resolved to <input name="q" autofocus="" type="search" title="Searcβ¦/>
- unexpected value "author:"Smith, A""
- locator resolved to <input name="q" autofocus="" type="search" title="Searcβ¦/>
- unexpected value "author:"Smith, A""
- locator resolved to <input name="q" autofocus="" type="search" title="Searcβ¦/>
- unexpected value "author:"Smith, A""
- locator resolved to <input name="q" autofocus="" type="search" title="Searcβ¦/>
- unexpected value "author:"Smith, A""
- locator resolved to <input name="q" autofocus="" type="search" title="Searcβ¦/>
- unexpected value "author:"Smith, A""
- locator resolved to <input name="q" type="search" title="Search" role="combβ¦/>
- unexpected value "author:"Smith, A""
- locator resolved to <input name="q" type="search" title="Search" role="combβ¦/>
- unexpected value "author:"Smith, A""
- locator resolved to <input name="q" type="search" title="Search" role="combβ¦/>
- unexpected value "author:"Smith, A""
113 | await page.getByTestId('allSearchTermsInput').fill('obj');
114 | await page.getByTestId('allSearchTermsInput').press('Enter');
> 115 | await expect(input).toHaveValue(`author:"Smith, A" object:`);
| ^
116 | await expect(page.getByTestId('allSearchTermsInput')).toHaveValue(``);
117 | await expect(page.getByTestId('allSearchTermsMenu')).toBeHidden();
118 | });
at /home/runner/work/nectar/nectar/e2e/SearchBar.spec.ts:115:23
|
unit-tests (18)
Unexpected input(s) 'path_to_write_report', valid inputs are ['token', 'file', 'files', 'directory', 'flags', 'full_report', 'commit_parent', 'dry_run', 'env_vars', 'fail_ci_if_error', 'functionalities', 'gcov', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'move_coverage_to_trash', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_commit', 'override_pr', 'override_tag', 'root_dir', 'slug', 'swift', 'swift_project', 'upstream_proxy', 'url', 'verbose', 'version', 'working-directory', 'xcode', 'xcode_archive_path', 'xtra_args']
|
e2e-tests (18)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Slow Test:
[chromium] βΊ classic-form.spec.ts#L1
[chromium] βΊ classic-form.spec.ts took 1.0m
|
Slow Test:
[webkit] βΊ classic-form.spec.ts#L1
[webkit] βΊ classic-form.spec.ts took 37.9s
|
Slow Test:
[firefox] βΊ classic-form.spec.ts#L1
[firefox] βΊ classic-form.spec.ts took 36.9s
|
π Playwright Run Summary
2 flaky
[chromium] βΊ classic-form.spec.ts:38:5 βΊ form can be filled out and submitted, and is valid ββββ
[webkit] βΊ SearchBar.spec.ts:98:5 βΊ quick search works properly ββββββββββββββββββββββββββββββββ
9 skipped
46 passed (4.9m)
|