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 #9005
Annotations
2 errors, 1 warning, and 1 notice
tests/events.spec.js#L14
1) [chromium] › events.spec.js:5:5 › Click on events profile in navbar navigates to events page ──
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /\/events/
Received string: "http://localhost:3000/"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
12 | .click();
13 | await page.waitForLoadState("domcontentloaded");
> 14 | await expect(page).toHaveURL(/\/events/);
| ^
15 | });
16 |
17 | test("Events has title", async ({ page }) => {
at /home/runner/work/BioDrop/BioDrop/tests/events.spec.js:14:22
|
tests/home.spec.js#L18
2) [chromium] › home.spec.js:12:5 › homepage has example link ────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveURL(expected)
Locator: locator(':root')
Expected pattern: /eddiejaoude/
Received string: "http://localhost:3000/"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
- locator resolved to <html lang="en" class="light">…</html>
- unexpected value "http://localhost:3000/"
16 | await page.waitForLoadState("domcontentloaded");
17 |
> 18 | await expect(page).toHaveURL(/eddiejaoude/);
| ^
19 | });
20 |
21 | test("Footer link goes to GitHub", async ({ page }) => {
at /home/runner/work/BioDrop/BioDrop/tests/home.spec.js:18:22
|
[chromium] › icon.spec.js#L1
[chromium] › icon.spec.js took 16.8s
|
|
This job succeeded
Loading