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
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
I'm using executeJS in order to set a localStorage item for the next suite as explained here: #799
Although it works, in my case, I don't want to capture anything in the first suite, so using before or after instead of capture would make more sense. But without a call to capture the actions are ignored.
Gemini version 5.7.2
I'm using
executeJS
in order to set a localStorage item for the next suite as explained here: #799Although it works, in my case, I don't want to capture anything in the first suite, so using
before
orafter
instead ofcapture
would make more sense. But without a call tocapture
the actions are ignored.Command used to run the test:
Result:
The localStorage item is unavailable in the second suite
Expected behaviour:
The localStorage item is available in the second suite
The text was updated successfully, but these errors were encountered: