Skip to content

Commit

Permalink
Running the e2e on regional KB
Browse files Browse the repository at this point in the history
Branch meant to run after migration has been done. **DO NOT MERGE**
  • Loading branch information
mpellerin42 committed Dec 18, 2023
1 parent 0ae9eca commit af485c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function login(kbName = 'permanent') {
// Store auth tokens
win.localStorage.setItem('JWT_KEY', Cypress.env('BEARER_TOKEN'))
win.localStorage.setItem('NUCLIA_GETTING_STARTED_DONE', 'true');
win.localStorage.setItem('NUCLIA_NEW_REGIONAL_ENDPOINTS', 'true');
}
});
cy.contains(kbName).click();
Expand Down

0 comments on commit af485c3

Please sign in to comment.