Skip to content

Commit

Permalink
remove availability tests (not working)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Sep 11, 2024
1 parent b87f1d6 commit 6b1e36b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 122 deletions.
14 changes: 7 additions & 7 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ export default defineConfig({
// },
webServer: {
command: 'docker compose up prima',
url: 'http://127.0.0.1:8080',
url: 'http://localhost:5173',
timeout: 10000,
reuseExistingServer: true
},
use: {
baseURL: 'http://localhost:8080/'
baseURL: 'http://localhost:5173/'
},
testDir: './tests',
projects: [
Expand All @@ -34,11 +34,11 @@ export default defineConfig({
name: 'company data',
testMatch: /companyData\.test\.ts/,
dependencies: ['login']
},
{
name: 'availability',
testMatch: /setAvailability\.test\.ts/,
dependencies: ['company data']
}
// {
// name: 'availability',
// testMatch: /setAvailability\.test\.ts/,
// dependencies: ['company data']
// }
]
});
115 changes: 0 additions & 115 deletions tests/setAvailability.test.ts

This file was deleted.

0 comments on commit 6b1e36b

Please sign in to comment.