Skip to content

Commit

Permalink
Test e2e setup
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslaw Szwajkowski <[email protected]>
  • Loading branch information
rszwajko committed Sep 26, 2023
1 parent fd20678 commit 726fe38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cypress/e2e/tests/Providers/CreateProvider.cy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
describe('Providers list view', () => {
beforeEach(() => {
Cypress.log({
name: 'setSessionStorage',
// shorter name for the Command Log
displayName: 'setSS',
message: `before visit >${Cypress.config().baseUrl}<`,
})
// close all nav items
cy.visit('/');

Expand Down

0 comments on commit 726fe38

Please sign in to comment.