Add new version of scheme sketcher lib #1332
Annotations
4 errors
Run Playwright tests
Process completed with exit code 1.
|
Upload test results:
tests/pipeline.spec.ts#L1
new feature has pipeline forms: Error: locator.click: Error: strict mode violation: getByRole('button', { name: 'Finish' }) resolved to 2 elements:
1) <button type="button" class="govuk-button" data-module="…>Finish</button> aka getByRole('button', { name: 'Finish' }).first()
2) <button type="button" class="govuk-button" data-module="…>Finish</button> aka getByTestId('map').getByRole('button', { name: 'Finish' })
Call log:
- waiting for getByRole('button', { name: 'Finish' })
- Error: locator.click: Error: strict mode violation: getByRole('button', { name: 'Finish' }) resolved to 2 elements:
1) <button type="button" class="govuk-button" data-module="…>Finish</button> aka getByRole('button', { name: 'Finish' }).first()
2) <button type="button" class="govuk-button" data-module="…>Finish</button> aka getByTestId('map').getByRole('button', { name: 'Finish' })
Call log:
- waiting for getByRole('button', { name: 'Finish' })
at /home/runner/work/atip/atip/tests/pipeline.spec.ts:157:54
|
Upload test results:
tests/savefiles.spec.ts#L1
loading a file produced by another tool shows fixable errors: Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('There\'s a problem with one intervention below')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('There\'s a problem with one intervention below')
- Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('There\'s a problem with one intervention below')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('There\'s a problem with one intervention below')
at /home/runner/work/atip/atip/tests/savefiles.spec.ts:134:5
|
Upload test results:
tests/v2.spec.ts#L1
v2 forms work: Error: locator.click: Error: strict mode violation: getByRole('button', { name: 'Finish' }) resolved to 2 elements:
1) <button type="button" class="govuk-button" data-module="…>Finish</button> aka getByRole('button', { name: 'Finish' }).first()
2) <button type="button" class="govuk-button" data-module="…>Finish</button> aka getByTestId('map').getByRole('button', { name: 'Finish' })
Call log:
- waiting for getByRole('button', { name: 'Finish' })
- Error: locator.click: Error: strict mode violation: getByRole('button', { name: 'Finish' }) resolved to 2 elements:
1) <button type="button" class="govuk-button" data-module="…>Finish</button> aka getByRole('button', { name: 'Finish' }).first()
2) <button type="button" class="govuk-button" data-module="…>Finish</button> aka getByTestId('map').getByRole('button', { name: 'Finish' })
Call log:
- waiting for getByRole('button', { name: 'Finish' })
at /home/runner/work/atip/atip/tests/v2.spec.ts:15:54
|
Loading