Bump @reduxjs/toolkit from 2.5.1 to 2.6.0 in the redux group #7430
Annotations
10 errors and 1 notice
Run Playwright tests:
tests/e2e/WaterSensor/GloucesterHarbor.spec.ts#L17
1) [chromium] › tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:13:7 › Sensor station at Gloucester Harbor › Shows plaform status and real time information
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByText(/Last updated at:/).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText(/Last updated at:/).first()
15 | await expect(page.getByText(/Lat:/).first()).toBeVisible()
16 | await expect(page.getByText(/Lon:/).first()).toBeVisible()
> 17 | await expect(page.getByText(/Last updated at:/).first()).toBeVisible()
| ^
18 | })
19 |
20 | test("Shows map of water level sensors", async ({ page }) => {
at /home/runner/work/Neracoos-1-Buoy-App/Neracoos-1-Buoy-App/tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:17:62
|
Run Playwright tests:
tests/e2e/WaterSensor/GloucesterHarbor.spec.ts#L17
1) [chromium] › tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:13:7 › Sensor station at Gloucester Harbor › Shows plaform status and real time information
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByText(/Last updated at:/).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText(/Last updated at:/).first()
15 | await expect(page.getByText(/Lat:/).first()).toBeVisible()
16 | await expect(page.getByText(/Lon:/).first()).toBeVisible()
> 17 | await expect(page.getByText(/Last updated at:/).first()).toBeVisible()
| ^
18 | })
19 |
20 | test("Shows map of water level sensors", async ({ page }) => {
at /home/runner/work/Neracoos-1-Buoy-App/Neracoos-1-Buoy-App/tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:17:62
|
Run Playwright tests:
tests/e2e/WaterSensor/GloucesterHarbor.spec.ts#L17
1) [chromium] › tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:13:7 › Sensor station at Gloucester Harbor › Shows plaform status and real time information
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByText(/Last updated at:/).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText(/Last updated at:/).first()
15 | await expect(page.getByText(/Lat:/).first()).toBeVisible()
16 | await expect(page.getByText(/Lon:/).first()).toBeVisible()
> 17 | await expect(page.getByText(/Last updated at:/).first()).toBeVisible()
| ^
18 | })
19 |
20 | test("Shows map of water level sensors", async ({ page }) => {
at /home/runner/work/Neracoos-1-Buoy-App/Neracoos-1-Buoy-App/tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:17:62
|
Run Playwright tests:
tests/e2e/WaterSensor/GloucesterHarbor.spec.ts#L33
2) [chromium] › tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:30:7 › Sensor station at Gloucester Harbor › Shows platform waterlevel graph
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('svg.highcharts-root').getByText(/ft/).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('svg.highcharts-root').getByText(/ft/).first()
31 | await page.goto(platformUrl)
32 | await page.waitForLoadState("load")
> 33 | await expect(page.locator("svg.highcharts-root").getByText(/ft/).first()).toBeVisible()
| ^
34 | })
35 |
36 | test("Selects sensor from station selector", async ({ page }) => {
at /home/runner/work/Neracoos-1-Buoy-App/Neracoos-1-Buoy-App/tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:33:79
|
Run Playwright tests:
tests/e2e/WaterSensor/GloucesterHarbor.spec.ts#L33
2) [chromium] › tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:30:7 › Sensor station at Gloucester Harbor › Shows platform waterlevel graph
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('svg.highcharts-root').getByText(/ft/).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('svg.highcharts-root').getByText(/ft/).first()
31 | await page.goto(platformUrl)
32 | await page.waitForLoadState("load")
> 33 | await expect(page.locator("svg.highcharts-root").getByText(/ft/).first()).toBeVisible()
| ^
34 | })
35 |
36 | test("Selects sensor from station selector", async ({ page }) => {
at /home/runner/work/Neracoos-1-Buoy-App/Neracoos-1-Buoy-App/tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:33:79
|
Run Playwright tests:
tests/e2e/WaterSensor/GloucesterHarbor.spec.ts#L33
2) [chromium] › tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:30:7 › Sensor station at Gloucester Harbor › Shows platform waterlevel graph
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('svg.highcharts-root').getByText(/ft/).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('svg.highcharts-root').getByText(/ft/).first()
31 | await page.goto(platformUrl)
32 | await page.waitForLoadState("load")
> 33 | await expect(page.locator("svg.highcharts-root").getByText(/ft/).first()).toBeVisible()
| ^
34 | })
35 |
36 | test("Selects sensor from station selector", async ({ page }) => {
at /home/runner/work/Neracoos-1-Buoy-App/Neracoos-1-Buoy-App/tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:33:79
|
Run Playwright tests:
tests/e2e/WaterSensor/GloucesterHarbor.spec.ts#L17
3) [firefox] › tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:13:7 › Sensor station at Gloucester Harbor › Shows plaform status and real time information
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByText(/Last updated at:/).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText(/Last updated at:/).first()
15 | await expect(page.getByText(/Lat:/).first()).toBeVisible()
16 | await expect(page.getByText(/Lon:/).first()).toBeVisible()
> 17 | await expect(page.getByText(/Last updated at:/).first()).toBeVisible()
| ^
18 | })
19 |
20 | test("Shows map of water level sensors", async ({ page }) => {
at /home/runner/work/Neracoos-1-Buoy-App/Neracoos-1-Buoy-App/tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:17:62
|
Run Playwright tests:
tests/e2e/WaterSensor/GloucesterHarbor.spec.ts#L17
3) [firefox] › tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:13:7 › Sensor station at Gloucester Harbor › Shows plaform status and real time information
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByText(/Last updated at:/).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText(/Last updated at:/).first()
15 | await expect(page.getByText(/Lat:/).first()).toBeVisible()
16 | await expect(page.getByText(/Lon:/).first()).toBeVisible()
> 17 | await expect(page.getByText(/Last updated at:/).first()).toBeVisible()
| ^
18 | })
19 |
20 | test("Shows map of water level sensors", async ({ page }) => {
at /home/runner/work/Neracoos-1-Buoy-App/Neracoos-1-Buoy-App/tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:17:62
|
Run Playwright tests:
tests/e2e/WaterSensor/GloucesterHarbor.spec.ts#L17
3) [firefox] › tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:13:7 › Sensor station at Gloucester Harbor › Shows plaform status and real time information
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByText(/Last updated at:/).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText(/Last updated at:/).first()
15 | await expect(page.getByText(/Lat:/).first()).toBeVisible()
16 | await expect(page.getByText(/Lon:/).first()).toBeVisible()
> 17 | await expect(page.getByText(/Last updated at:/).first()).toBeVisible()
| ^
18 | })
19 |
20 | test("Shows map of water level sensors", async ({ page }) => {
at /home/runner/work/Neracoos-1-Buoy-App/Neracoos-1-Buoy-App/tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:17:62
|
Run Playwright tests:
tests/e2e/WaterSensor/GloucesterHarbor.spec.ts#L33
4) [firefox] › tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:30:7 › Sensor station at Gloucester Harbor › Shows platform waterlevel graph
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('svg.highcharts-root').getByText(/ft/).first()
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('svg.highcharts-root').getByText(/ft/).first()
31 | await page.goto(platformUrl)
32 | await page.waitForLoadState("load")
> 33 | await expect(page.locator("svg.highcharts-root").getByText(/ft/).first()).toBeVisible()
| ^
34 | })
35 |
36 | test("Selects sensor from station selector", async ({ page }) => {
at /home/runner/work/Neracoos-1-Buoy-App/Neracoos-1-Buoy-App/tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:33:79
|
Run Playwright tests
4 failed
[chromium] › tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:13:7 › Sensor station at Gloucester Harbor › Shows plaform status and real time information
[chromium] › tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:30:7 › Sensor station at Gloucester Harbor › Shows platform waterlevel graph
[firefox] › tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:13:7 › Sensor station at Gloucester Harbor › Shows plaform status and real time information
[firefox] › tests/e2e/WaterSensor/GloucesterHarbor.spec.ts:30:7 › Sensor station at Gloucester Harbor › Shows platform waterlevel graph
30 skipped
70 passed (4.4m)
|
Loading