Audit log table + service (#1124) #2927
Annotations
4 errors and 1 notice
Run e2e playwright tests:
frontend\e2e-tests\page-objects\data_entry\PollingStationChoicePgObj.ts#L47
1) [firefox] › e2e-tests\data-entry.model.e2e.ts:185:7 › Data entry model test › Reaches state "pollingStationsPageDiscarded": xstate.init → FILL_WITH_VALID_DATA → SUBMIT → GO_TO_VOTERS_VOTES_PAGE → CHANGE_VALID_DATA → CLICK_ABORT → DISCARD_INPUT
TimeoutError: locator.click: Timeout 2000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Beginnen' })
- locator resolved to <button type="button" class="_button_18xf7_1 _lg_18xf7_144">Beginnen</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
at page-objects\data_entry\PollingStationChoicePgObj.ts:47
45 | // click() fails on Safari because element is visible and enabled, but not stable
46 | // so added timeout to make it fail fast
> 47 | await button.click({ timeout: 2000 });
| ^
48 | }
49 |
50 | async selectPollingStationAndClickStart(pollingStationNumber: number) {
at PollingStationChoicePage.clickStart (D:\a\abacus\abacus\frontend\e2e-tests\page-objects\data_entry\PollingStationChoicePgObj.ts:47:18)
at PollingStationChoicePage.selectPollingStationAndClickStart (D:\a\abacus\abacus\frontend\e2e-tests\page-objects\data_entry\PollingStationChoicePgObj.ts:52:16)
at D:\a\abacus\abacus\frontend\e2e-tests\data-entry.model.e2e.ts:378:9
|
Run e2e playwright tests:
frontend\e2e-tests\page-objects\data_entry\PollingStationChoicePgObj.ts#L47
2) [firefox] › e2e-tests\data-entry.model.e2e.ts:185:7 › Data entry model test › Reaches state "pollingStationsPageDiscarded": xstate.init → FILL_WITH_VALID_DATA → SUBMIT → GO_TO_VOTERS_VOTES_PAGE → CHANGE_VALID_DATA → NAV_TO_POLLING_STATION_PAGE → DISCARD_INPUT
TimeoutError: locator.click: Timeout 2000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Beginnen' })
- locator resolved to <button type="button" class="_button_18xf7_1 _lg_18xf7_144">Beginnen</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
at page-objects\data_entry\PollingStationChoicePgObj.ts:47
45 | // click() fails on Safari because element is visible and enabled, but not stable
46 | // so added timeout to make it fail fast
> 47 | await button.click({ timeout: 2000 });
| ^
48 | }
49 |
50 | async selectPollingStationAndClickStart(pollingStationNumber: number) {
at PollingStationChoicePage.clickStart (D:\a\abacus\abacus\frontend\e2e-tests\page-objects\data_entry\PollingStationChoicePgObj.ts:47:18)
at PollingStationChoicePage.selectPollingStationAndClickStart (D:\a\abacus\abacus\frontend\e2e-tests\page-objects\data_entry\PollingStationChoicePgObj.ts:52:16)
at D:\a\abacus\abacus\frontend\e2e-tests\data-entry.model.e2e.ts:378:9
|
Run e2e playwright tests:
frontend\e2e-tests\page-objects\data_entry\PollingStationChoicePgObj.ts#L47
3) [firefox] › e2e-tests\data-entry.model.e2e.ts:185:7 › Data entry model test › Reaches state "votersVotesPageAfterResumeSaved": xstate.init → FILL_WITH_VALID_DATA → NAV_TO_POLLING_STATION_PAGE → SAVE_INPUT → RESUME_DATA_ENTRY
TimeoutError: locator.click: Timeout 2000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Beginnen' })
- locator resolved to <button type="button" class="_button_18xf7_1 _lg_18xf7_144">Beginnen</button>
- attempting click action
- waiting for element to be visible, enabled and stable
at page-objects\data_entry\PollingStationChoicePgObj.ts:47
45 | // click() fails on Safari because element is visible and enabled, but not stable
46 | // so added timeout to make it fail fast
> 47 | await button.click({ timeout: 2000 });
| ^
48 | }
49 |
50 | async selectPollingStationAndClickStart(pollingStationNumber: number) {
at PollingStationChoicePage.clickStart (D:\a\abacus\abacus\frontend\e2e-tests\page-objects\data_entry\PollingStationChoicePgObj.ts:47:18)
at PollingStationChoicePage.selectPollingStationAndClickStart (D:\a\abacus\abacus\frontend\e2e-tests\page-objects\data_entry\PollingStationChoicePgObj.ts:52:16)
at D:\a\abacus\abacus\frontend\e2e-tests\data-entry.model.e2e.ts:378:9
|
Run e2e playwright tests:
frontend\e2e-tests\page-objects\data_entry\PollingStationChoicePgObj.ts#L47
4) [safari] › e2e-tests\resume-data-entry.e2e.ts:111:5 › resume data entry flow › resume after saving › save input from voters and votes page with error
TimeoutError: locator.click: Timeout 2000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Beginnen' })
- locator resolved to <button type="button" class="_button_18xf7_1 _lg_18xf7_144">Beginnen</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
at page-objects\data_entry\PollingStationChoicePgObj.ts:47
45 | // click() fails on Safari because element is visible and enabled, but not stable
46 | // so added timeout to make it fail fast
> 47 | await button.click({ timeout: 2000 });
| ^
48 | }
49 |
50 | async selectPollingStationAndClickStart(pollingStationNumber: number) {
at PollingStationChoicePage.clickStart (D:\a\abacus\abacus\frontend\e2e-tests\page-objects\data_entry\PollingStationChoicePgObj.ts:47:18)
at PollingStationChoicePage.selectPollingStationAndClickStart (D:\a\abacus\abacus\frontend\e2e-tests\page-objects\data_entry\PollingStationChoicePgObj.ts:52:16)
at D:\a\abacus\abacus\frontend\e2e-tests\resume-data-entry.e2e.ts:171:7
|
Run e2e playwright tests
4 flaky
[firefox] › e2e-tests\data-entry.model.e2e.ts:185:7 › Data entry model test › Reaches state "pollingStationsPageDiscarded": xstate.init → FILL_WITH_VALID_DATA → SUBMIT → GO_TO_VOTERS_VOTES_PAGE → CHANGE_VALID_DATA → CLICK_ABORT → DISCARD_INPUT
[firefox] › e2e-tests\data-entry.model.e2e.ts:185:7 › Data entry model test › Reaches state "pollingStationsPageDiscarded": xstate.init → FILL_WITH_VALID_DATA → SUBMIT → GO_TO_VOTERS_VOTES_PAGE → CHANGE_VALID_DATA → NAV_TO_POLLING_STATION_PAGE → DISCARD_INPUT
[firefox] › e2e-tests\data-entry.model.e2e.ts:185:7 › Data entry model test › Reaches state "votersVotesPageAfterResumeSaved": xstate.init → FILL_WITH_VALID_DATA → NAV_TO_POLLING_STATION_PAGE → SAVE_INPUT → RESUME_DATA_ENTRY
[safari] › e2e-tests\resume-data-entry.e2e.ts:111:5 › resume data entry flow › resume after saving › save input from voters and votes page with error
161 passed (7.4m)
|
Loading