This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
fix: add repo button in manage repo page #9004
Annotations
4 errors, 2 warnings, and 1 notice
tests/profile.spec.js#L117
1) [chromium] › profile.spec.js:103:5 › Link navigates ───────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "https://twitter.com/eddiejaoude"
Received string: "https://x.com/eddiejaoude"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
115 | const popup = await popupPromise;
116 | await popup.waitForLoadState();
> 117 | await expect(popup).toHaveURL("https://twitter.com/eddiejaoude");
| ^
118 | });
119 |
120 | test("redirect to search when tag clicked", async ({ page }) => {
at /home/runner/work/BioDrop/BioDrop/tests/profile.spec.js:117:23
|
tests/profile.spec.js#L117
1) [chromium] › profile.spec.js:103:5 › Link navigates ───────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "https://twitter.com/eddiejaoude"
Received string: "https://x.com/eddiejaoude"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude?mx=2"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
115 | const popup = await popupPromise;
116 | await popup.waitForLoadState();
> 117 | await expect(popup).toHaveURL("https://twitter.com/eddiejaoude");
| ^
118 | });
119 |
120 | test("redirect to search when tag clicked", async ({ page }) => {
at /home/runner/work/BioDrop/BioDrop/tests/profile.spec.js:117:23
|
tests/profile.spec.js#L117
1) [chromium] › profile.spec.js:103:5 › Link navigates ───────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected string: "https://twitter.com/eddiejaoude"
Received string: "https://x.com/eddiejaoude"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
- locator resolved to <html dir="ltr" lang="en">…</html>
- unexpected value "https://x.com/eddiejaoude"
115 | const popup = await popupPromise;
116 | await popup.waitForLoadState();
> 117 | await expect(popup).toHaveURL("https://twitter.com/eddiejaoude");
| ^
118 | });
119 |
120 | test("redirect to search when tag clicked", async ({ page }) => {
at /home/runner/work/BioDrop/BioDrop/tests/profile.spec.js:117:23
|
|
[chromium] › manage/statistics.spec.js#L1
[chromium] › manage/statistics.spec.js took 25.2s
|
[chromium] › map.spec.js#L1
[chromium] › map.spec.js took 23.1s
|
|
This job failed
Loading