Skip to content

Commit

Permalink
chore: screenshot for all int
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Mar 2, 2022
1 parent 6fdfc27 commit f3193a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ describe('Organizations', () => {

cy.url().should('include', '/organizations');
cy.contains(org.name);
cy.screenshot();
});
});
1 change: 1 addition & 0 deletions cypress/tests/integration/planters/[planterid].cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ describe('Planter page', () => {
});
cy.contains(planter.id);
cy.get('.MuiTypography-h2').contains(/sebastian g/i);
cy.screenshot();
});
});
1 change: 1 addition & 0 deletions cypress/tests/integration/trees/[treeid].cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ it(`treeid page`, () => {
});
cy.visit(treePath);
cy.contains(`${exampleTreeData.id}`);
cy.screenshot();
});

0 comments on commit f3193a7

Please sign in to comment.