Skip to content

Commit cd9f832

Browse files
committed
Fixed tests failing due to inter-test deps
1 parent af81c93 commit cd9f832

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/e2e/asyncstorage.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ describe('Async Storage', () => {
158158
if (device.getPlatform() === 'ios') {
159159
await device.openURL({url: 'rnc-asyncstorage://set-delegate'});
160160
}
161+
await test_getSetClear.tap();
161162
});
162163

163164
it('should store value in async storage', async () => {
@@ -194,6 +195,7 @@ describe('Async Storage', () => {
194195
if (device.getPlatform() === 'ios') {
195196
await device.openURL({url: 'rnc-asyncstorage://set-delegate'});
196197
}
198+
await test_mergeItem.tap();
197199
});
198200

199201
it('should crash when merging items in async storage', async () => {

0 commit comments

Comments
 (0)