-
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(commands): Fixed cy.getTenantId reading tenant from undefined (#154)
`cy.getTenantId()` threw an error `undefined (reading 'tenant')` after `cy.login()`. This has been related to authorization cookies being found in the environment and is now fixed. Closes #153
- Loading branch information
1 parent
6d68f77
commit 77b8595
Showing
2 changed files
with
12 additions
and
1 deletion.
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
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