MOB-925 - e2e test fix

This commit is contained in:
Yaron Budowski
2025-10-24 12:58:28 +01:00
committed by Abbey Campbell
parent 9c2facc680
commit e570e43d97

View File

@@ -23,7 +23,7 @@ describe( "Signed in user", () => {
const addObsButton = element( by.id( "add-obs-button" ) );
await waitFor( addObsButton ).toBeVisible().withTimeout( TIMEOUT );
await addObsButton.tap();
await expect( element( by.id( "identify-text" ) ) ).toBeVisible();
await expect( element( by.id( "observe-without-evidence-button" ) ) ).toBeVisible();
// Observe without evidence
const obsWithoutEvidenceButton = element(
by.id( "observe-without-evidence-button" )