Skip to content

Commit

Permalink
82 User detail components (#86)
Browse files Browse the repository at this point in the history
* styles

* update deps
  • Loading branch information
mwarman authored Oct 3, 2024
1 parent 3127f14 commit d925e74
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 252 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 d925e74

Please sign in to comment.