mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
MOB-925 - e2e test fix
This commit is contained in:
committed by
Abbey Campbell
parent
9c2facc680
commit
e570e43d97
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user