Skip to content

Commit

Permalink
User settings (#31)
Browse files Browse the repository at this point in the history
Add user settings and user profile pages
---------

Co-authored-by: Jordan Parviainen <[email protected]>
  • Loading branch information
StanislawMalinski and jordus100 authored Mar 18, 2024
1 parent d4dedf9 commit 7150aae
Show file tree
Hide file tree
Showing 21 changed files with 1,739 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
with:
start: docker compose -f docker-compose-all.yml up
wait-on: http://localhost:8080/swagger/index.html
wait-on-timeout: 300
browser: chrome
config: baseUrl=http://localhost
5 changes: 5 additions & 0 deletions cypress/e2e/spec.cy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
describe('The Home Page', () => {
it('successfully loads', () => {
cy.visit('/')
})
})
Loading

0 comments on commit 7150aae

Please sign in to comment.