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 639216a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 120 deletions.
10 changes: 5 additions & 5 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 639216a

Please sign in to comment.