fix: allow long remote URLs to be parsed #4693
Annotations
1 error and 1 notice
|
Run E2E (bitbucket-dc):
e2e/page-objects/ExplorerDrawer.ts#L25
1) [bitbucket-dc] › e2e/tests/bitbucket/bitbucketDC.spec.ts:8:13 › Bitbucket DC › Connect repository
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
Call log:
- waiting for getByRole('treeitem', { name: 'mock-repository' }).or(getByRole('button', { name: 'No Folder Opened Section' })) to be visible
at e2e/page-objects/ExplorerDrawer.ts:25
23 |
24 | async waitForExplorerLoad() {
> 25 | await this.mockRepo.or(this.noFolderSection).waitFor({ state: 'visible', timeout: 5_000 });
| ^
26 | }
27 |
28 | async waitForFilesLoad() {
at ExplorerDrawer.waitForExplorerLoad (/atlascode/e2e/page-objects/ExplorerDrawer.ts:25:54)
at Object.connectRepository (/atlascode/e2e/scenarios/bitbucket/connectRepository.spec.ts:44:30)
at /atlascode/e2e/tests/bitbucket/bitbucketDC.spec.ts:11:13
|
|
Run E2E (bitbucket-dc)
1 flaky
[bitbucket-dc] › e2e/tests/bitbucket/bitbucketDC.spec.ts:8:13 › Bitbucket DC › Connect repository
7 passed (2.8m)
|
Loading