try new controller logic #49
Annotations
1 error, 7 warnings, and 1 notice
Execute UI tests:
tests/ui/tests/specs/api_designer/authentication_tests/oas_api_authtoken.spec.ts#L104
1) [chromium] › specs/api_designer/authentication_tests/oas_api_authtoken.spec.ts:3:5 › Test Auth Token Authentication in OAS API designer page › User can modify data and update API
Error: locator.scrollIntoViewIfNeeded: Element is not attached to the DOM
=========================== logs ===========================
waiting for element to be and stable
element is and stable
============================================================
102 | await apis_page.EDIT_BUTTON.click();
103 | await apis_page.SIDE_MENU_SERVER_LINK.click();
> 104 | await apis_page.OAS_AUTH_TOKEN_HEADER_NAME_INPUT.fill("custom_header");
| ^
105 | await apis_page.OAS_AUTH_TOKEN_USE_COOKIE_BOX.click();
106 | await apis_page.OAS_AUTH_TOKEN_COOKIE_NAME_INPUT.fill("custom_cookie");
107 | await apis_page.OAS_SAVE_BUTTON.click();
at Input_object.<anonymous> (/home/runner/work/tyk-ci/tyk-ci/tests/ui/node_modules/tyk-test-automation-wrappers/lib/wrappers/Input_object.js:28:32)
at /home/runner/work/tyk-ci/tyk-ci/tests/ui/node_modules/tyk-test-automation-wrappers/lib/wrappers/Input_object.js:8:71
at __awaiter (/home/runner/work/tyk-ci/tyk-ci/tests/ui/node_modules/tyk-test-automation-wrappers/lib/wrappers/Input_object.js:4:12)
at Input_object.fill (/home/runner/work/tyk-ci/tyk-ci/tests/ui/node_modules/tyk-test-automation-wrappers/lib/wrappers/Input_object.js:26:16)
at /home/runner/work/tyk-ci/tyk-ci/tests/ui/tests/specs/api_designer/authentication_tests/oas_api_authtoken.spec.ts:104:54
at /home/runner/work/tyk-ci/tyk-ci/tests/ui/tests/specs/api_designer/authentication_tests/oas_api_authtoken.spec.ts:99:3
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Execute UI tests:
tests/ui/[chromium] › specs/api_designer/authentication_tests/oas_api_authtoken.spec.ts#L1
tests/ui/[chromium] › specs/api_designer/authentication_tests/oas_api_authtoken.spec.ts took 1.4m
|
Execute UI tests:
tests/ui/[chromium] › specs/api_designer/oas_api_cache.spec.ts#L1
tests/ui/[chromium] › specs/api_designer/oas_api_cache.spec.ts took 1.1m
|
Execute UI tests:
tests/ui/[chromium] › specs/api_designer/oas_api_ownership.spec.ts#L1
tests/ui/[chromium] › specs/api_designer/oas_api_ownership.spec.ts took 1.1m
|
Execute UI tests:
tests/ui/[chromium] › specs/api_templates/api_templates.spec.ts#L1
tests/ui/[chromium] › specs/api_templates/api_templates.spec.ts took 55.0s
|
Execute UI tests:
tests/ui/[chromium] › specs/api_designer/oas_api_endpoints_url_rewrite.spec.ts#L1
tests/ui/[chromium] › specs/api_designer/oas_api_endpoints_url_rewrite.spec.ts took 54.2s
|
Execute UI tests
1 flaky
[chromium] › specs/api_designer/authentication_tests/oas_api_authtoken.spec.ts:3:5 › Test Auth Token Authentication in OAS API designer page
1 skipped
61 passed (8.1m)
|
Loading