Skip to content

Commit

Permalink
Fix typo in Cypress config
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Aug 7, 2023
1 parent d66f098 commit 425eca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineConfig({
return require('./cypress/plugins/index.ts')(on, config);
},
specPattern: 'cypress/tests/**/*.{js,jsx,ts,tsx}',
baseUrl: 'http://localhost:80git ',
baseUrl: 'http://localhost:80',
},

component: {
Expand Down

0 comments on commit 425eca6

Please sign in to comment.