Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Oct 3, 2024
1 parent bc484ad commit cea7fe5
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 246 deletions.
8 changes: 4 additions & 4 deletions cypress/e2e/test.cy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
describe('Home Page', () => {
it('Visits the Home Page URL', () => {
cy.visit('/tabs/home');
cy.get('[data-testid="page-home"]').should('be.visible');
describe('Sign In Page', () => {
it('Visits the Sign In Page', () => {
cy.visit('/auth/signin');
cy.get('[data-testid="page-signin"]').should('be.visible');
});
});
Loading

0 comments on commit cea7fe5

Please sign in to comment.