Skip to content

Commit

Permalink
check changed to allow for both 'private' and __user__
Browse files Browse the repository at this point in the history
Signed-off-by: leanneeliatra <[email protected]>
  • Loading branch information
leanneeliatra committed Jul 24, 2023
1 parent 6750f1b commit 4bbd176
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ if (Cypress.env('SECURITY_ENABLED')) {

cy.url({ timeout: 10000 }).should(
'contain',
'security_tenant=private'
'security_tenant='
);
cy.getElementByTestId('breadcrumb last').should(
'contain.text',
Expand Down

0 comments on commit 4bbd176

Please sign in to comment.