Skip to content

Commit 7b95d68

Browse files
committed
remove redundant check
1 parent ecb706a commit 7b95d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/post_deploy_testing/cypress/support/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Cypress.Commands.add('signJWT', (auth0secret, email, sub) => {
116116
Cypress.Commands.add('login4DN', function(options = { 'useEnvToken' : true }){
117117

118118
function performLogin(token){
119-
return cy.window()/*.should('have.property', 'fourfront')*/.then((w)=>{
119+
return cy.window().then((w)=>{
120120
cy.request({
121121
'url' : '/login',
122122
'method' : 'POST',

0 commit comments

Comments
 (0)