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