-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: try login again the user if refresh token goes wrong
- Loading branch information
1 parent
06e80da
commit d54235f
Showing
3 changed files
with
13 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
Rule unknown ignore | ||
|
||
Given I connect to 'pb_address' and start capacitor pb client | ||
Given I send my_credentials 'my_credentials' and login and output into 'login_output' | ||
Given I refresh token and output into 'refresh_output' | ||
Given I have a 'string dictionary' named 'login_output' | ||
Given I have a 'string dictionary' named 'refresh_output' | ||
Then print data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters