Skip to content

Commit

Permalink
update grant creation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Solorio committed Sep 9, 2021
1 parent 9d261ff commit 05e3085
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cypress/integration/grants/test_grant_creation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ describe('Creating a new grant', () => {
before(() => {
cy.setupMetamask();
});
after(() => {
cy.clearWindows();
});

beforeEach(() => {
cy.impersonateUser();
Expand All @@ -14,6 +11,10 @@ describe('Creating a new grant', () => {
cy.logout();
});

after(() => {
cy.clearWindows();
});

it('can navigate to the new grant screen', () => {
cy.get('#dropdownProducts').trigger('mouseenter');
cy.get('[data-submenu=products]').find('[data-submenu=grants]').click();
Expand Down

0 comments on commit 05e3085

Please sign in to comment.