test: add tests for mitarbeiter creation and validation
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m36s
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m36s
This commit is contained in:
parent
3882cde8ca
commit
a6047e2720
2 changed files with 86 additions and 1 deletions
|
@ -40,7 +40,7 @@ test.describe('mitarbeiter', () => {
|
|||
|
||||
const users = page.getByText('Delete');
|
||||
await users.first().waitFor({ state: "visible" });
|
||||
expect(await users.count()).toBe(2);
|
||||
expect(await users.count()).toBeGreaterThan(1);
|
||||
expect(button).toBeTruthy();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue