Merge pull request #372 from shinyichen/SCIX-333-icon-on-safari #147
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pull-request.yml
on: push
Matrix: build-and-lint
Matrix: e2e-tests
Matrix: unit-tests
Annotations
2 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#L52
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 getByLabel('Property').locator('span').nth(3)
locator resolved to <span aria-hidden="true" class="chakra-checkbox__contr…></span>
attempting click action
waiting for element to be visible, enabled and stable
============================================================
50 | // property
51 | await page.getByLabel('Property').locator('span').nth(1).click();
> 52 | await page.getByLabel('Property').locator('span').nth(3).click();
| ^
53 |
54 | // publication
55 | await page.getByRole('group', { name: 'Publications' }).locator('label').click();
at /home/runner/work/nectar/nectar/e2e/classic-form.spec.ts:52:60
|
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.1m
|
Slow Test:
[firefox] › classic-form.spec.ts#L1
[firefox] › classic-form.spec.ts took 38.7s
|
Slow Test:
[webkit] › classic-form.spec.ts#L1
[webkit] › classic-form.spec.ts took 37.3s
|
🎭 Playwright Run Summary
1 flaky
[chromium] › classic-form.spec.ts:38:5 › form can be filled out and submitted, and is valid ────
9 skipped
47 passed (4.7m)
|