Preview: Add Spectacular to expose API documentation #506
Annotations
2 errors, 1 warning, and 1 notice
Run tests:
frontend/tests/functional/user-route.test.ts#L1
1) [firefox] › functional/user-route.test.ts:6:1 › user usual routine actions are working correctly
Test timeout of 150000ms exceeded.
|
Run tests:
frontend/tests/utils/page-content.ts#L51
1) [firefox] › functional/user-route.test.ts:6:1 › user usual routine actions are working correctly
Error: locator.click: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('save-button')
- locator resolved to <button type="submit" data-testid="save-button" class="b…>Save</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
- navigated to "http://localhost:4173/folders"
at utils/page-content.ts:51
49 | await this.form.hasTitle();
50 | await this.form.fill(values);
> 51 | await this.form.saveButton.click();
| ^
52 | await expect(this.form.formTitle).not.toBeVisible();
53 | if (typeof this.name == 'string') {
54 | await this.isToastVisible(
at PageContent.createItem (/home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/utils/page-content.ts:51:30)
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/user-route.test.ts:197:3
at /home/runner/work/ciso-assistant-community/ciso-assistant-community/frontend/tests/functional/user-route.test.ts:192:2
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests
1 flaky
[firefox] › functional/user-route.test.ts:6:1 › user usual routine actions are working correctly
4 skipped
457 passed (29.2m)
|
Loading