Skip to content

Commit

Permalink
Add error message check on file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Dec 17, 2024
1 parent e2d2534 commit 14a07bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/tests/ui-driven/src/helpers/geospatialChecks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ export const checkUploadFileAltRoute = async (page: Page) => {
"A button for uploading files is visible",
).toBeVisible();

await page.getByTestId('continue-button').click()

await page.getByTestId('error-message-upload-location-plan').isVisible()

const useMapButton = page.getByTestId("use-map-button");

await useMapButton.click();
Expand Down

0 comments on commit 14a07bd

Please sign in to comment.