We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af81c93 commit cd9f832Copy full SHA for cd9f832
example/e2e/asyncstorage.spec.js
@@ -158,6 +158,7 @@ describe('Async Storage', () => {
158
if (device.getPlatform() === 'ios') {
159
await device.openURL({url: 'rnc-asyncstorage://set-delegate'});
160
}
161
+ await test_getSetClear.tap();
162
});
163
164
it('should store value in async storage', async () => {
@@ -194,6 +195,7 @@ describe('Async Storage', () => {
194
195
196
197
198
+ await test_mergeItem.tap();
199
200
201
it('should crash when merging items in async storage', async () => {
0 commit comments