test: remove outdated edit redirect test case
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m8s
All checks were successful
Playwright Tests / test (pull_request) Successful in 2m8s
This commit is contained in:
parent
9b90c735f5
commit
fb90c770f6
1 changed files with 0 additions and 8 deletions
|
@ -27,14 +27,6 @@ test.describe('mitarbeiter', () => {
|
|||
expect(page.url()).toContain('mitarbeitererstellen');
|
||||
});
|
||||
|
||||
test('EditShouldRedirectToCorrespondingPage', async ({ page }) => {
|
||||
const button = page.getByText('Edit').first();
|
||||
await button.click();
|
||||
|
||||
expect(page.url()).toContain('mitarbeiterbearbeiten');
|
||||
expect(page.url()).toContain('1');
|
||||
});
|
||||
|
||||
test('DeleteShouldBeThere', async ({ page }) => {
|
||||
const button = page.getByText('Delete').first();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue