mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Remove navigation to obs without evidence for signed out user
This commit is contained in:
@@ -17,15 +17,4 @@ describe( "Signed out user", () => {
|
||||
await waitFor( loginText ).toBeVisible( ).withTimeout( 10000 );
|
||||
await expect( loginText ).toBeVisible( );
|
||||
} );
|
||||
|
||||
it( "should add an observation without evidence", async () => {
|
||||
const addObsButton = element( by.id( "add-obs-button" ) );
|
||||
await waitFor( addObsButton ).toBeVisible( ).withTimeout( 10000 );
|
||||
await addObsButton.tap( );
|
||||
await expect( element( by.id( "evidence-text" ) ) ).toBeVisible( );
|
||||
const obsWithoutEvidenceButton = element( by.id( "observe-without-evidence-button" ) );
|
||||
await expect( obsWithoutEvidenceButton ).toBeVisible( );
|
||||
await obsWithoutEvidenceButton.tap( );
|
||||
await waitFor( element( by.id( "new-observation-text" ) ) ).toBeVisible( ).withTimeout( 10000 );
|
||||
} );
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user