You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My app has an onboarding screen that is show just the first time the app is opened. I'm trying to relaunch a clean instance of my app before each test case to make then independent. So i need to skip the onboarding screen every time, but I cant make it behave consistent, sometimes the app always go through my onboarding sometimes don't.
I don't know if it makes any difference but I'm using redux-persist, and Async-Storage.
Steps to Reproduce
I've tried below solution with multiple variations, for each .spec.js file I have.
From what you have posted here, it should always go through your login flow because deleting the app clears the storage. Anyway, this is not a support forum. Please use Stack Overflow.
We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the detox tag.
Description
My app has an onboarding screen that is show just the first time the app is opened. I'm trying to relaunch a clean instance of my app before each test case to make then independent. So i need to skip the onboarding screen every time, but I cant make it behave consistent, sometimes the app always go through my onboarding sometimes don't.
I don't know if it makes any difference but I'm using
redux-persist
, andAsync-Storage
.Steps to Reproduce
I've tried below solution with multiple variations, for each
.spec.js
file I have.Detox, Node, Device, Xcode and macOS Versions
The text was updated successfully, but these errors were encountered: