Skip to content

Commit

Permalink
feat: removing data redeploy on certifier url tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Feb 5, 2021
1 parent 7cb8caf commit 4f725de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/cypress/integration/reporter-certifier-access.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ describe('When logged in as a certifier(reporter) they should be able to load th
});

describe('When logged in as a certifier(reporter) they should be able to load all other certification related pages', () => {
beforeEach(() => {
before(() => {
cy.cleanSchema();
cy.deployProdData();
});

beforeEach(() => {
cy.sqlFixture('fixtures/certifier-access-setup');
cy.mockLogin('certifier');
cy.useMockedTime(new Date('June 10, 2020 09:00:00'));
Expand Down

0 comments on commit 4f725de

Please sign in to comment.