File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ describe('Async Storage', () => {
33
33
if ( device . getPlatform ( ) === 'ios' ) {
34
34
await device . openURL ( { url : 'rnc-asyncstorage://unset-delegate' } ) ;
35
35
}
36
+ await test_getSetClear . tap ( ) ;
36
37
} ) ;
37
38
38
39
it ( 'should be visible' , async ( ) => {
39
- await test_getSetClear . tap ( ) ;
40
40
await expect ( element ( by . id ( 'clear_button' ) ) ) . toExist ( ) ;
41
41
await expect ( element ( by . id ( 'increaseByTen_button' ) ) ) . toExist ( ) ;
42
42
await expect ( element ( by . id ( 'storedNumber_text' ) ) ) . toExist ( ) ;
@@ -76,10 +76,10 @@ describe('Async Storage', () => {
76
76
if ( device . getPlatform ( ) === 'ios' ) {
77
77
await device . openURL ( { url : 'rnc-asyncstorage://unset-delegate' } ) ;
78
78
}
79
+ await test_mergeItem . tap ( ) ;
79
80
} ) ;
80
81
81
82
it ( 'should be visible' , async ( ) => {
82
- await test_mergeItem . tap ( ) ;
83
83
await expect ( element ( by . id ( 'saveItem_button' ) ) ) . toExist ( ) ;
84
84
await expect ( element ( by . id ( 'mergeItem_button' ) ) ) . toExist ( ) ;
85
85
await expect ( element ( by . id ( 'restoreItem_button' ) ) ) . toExist ( ) ;
You can’t perform that action at this time.
0 commit comments