fix: allow long remote URLs to be parsed #4693
Annotations
1 error and 1 notice
|
Run E2E (bitbucket-cloud):
e2e/scenarios/bitbucket/connectRepository.spec.ts#L11
1) [bitbucket-cloud] › e2e/tests/bitbucket/bitbucketCloud.spec.ts:8:13 › Bitbucket Cloud › Connect repository
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
Call log:
- waiting for getByRole('textbox', { name: 'Add Folder to Workspace' }) to be visible
at e2e/scenarios/bitbucket/connectRepository.spec.ts:11
9 |
10 | const pathInput = page.getByRole('textbox', { name: 'Add Folder to Workspace' });
> 11 | await pathInput.waitFor({ state: 'visible', timeout: 5_000 });
| ^
12 | await page.waitForTimeout(250);
13 |
14 | if (type === BitbucketTypes.Cloud) {
at addRepo (/atlascode/e2e/scenarios/bitbucket/connectRepository.spec.ts:11:21)
at Object.connectRepository (/atlascode/e2e/scenarios/bitbucket/connectRepository.spec.ts:57:9)
at /atlascode/e2e/tests/bitbucket/bitbucketCloud.spec.ts:11:13
|
|
Run E2E (bitbucket-cloud)
1 flaky
[bitbucket-cloud] › e2e/tests/bitbucket/bitbucketCloud.spec.ts:8:13 › Bitbucket Cloud › Connect repository
6 passed (2.5m)
|
Loading