fix spacing issues
This commit is contained in:
parent
df9f1c398b
commit
4eeb2162d8
@ -85,7 +85,7 @@ test("Cox can start and finish trip", async ({ page }, testInfo) => {
|
|||||||
|
|
||||||
await page.goto('http://localhost:8000/log/show');
|
await page.goto('http://localhost:8000/log/show');
|
||||||
await expect(page.locator('body')).toContainText('Joe');
|
await expect(page.locator('body')).toContainText('Joe');
|
||||||
await expect(page.locator('body')).toContainText('(cox2 )');
|
await expect(page.locator('body')).toContainText('(cox2)');
|
||||||
await expect(page.locator('body')).toContainText('Ottensheim (25 km)');
|
await expect(page.locator('body')).toContainText('Ottensheim (25 km)');
|
||||||
await expect(page.locator('body')).toContainText('Ruderer: cox2, rower2');
|
await expect(page.locator('body')).toContainText('Ruderer: cox2, rower2');
|
||||||
});
|
});
|
||||||
@ -160,7 +160,7 @@ test("Kiosk can start and finish trip", async ({ page }, testInfo) => {
|
|||||||
|
|
||||||
await page.getByRole('link', { name: 'Logbuch' }).click();
|
await page.getByRole('link', { name: 'Logbuch' }).click();
|
||||||
await expect(page.locator('body')).toContainText('Joe');
|
await expect(page.locator('body')).toContainText('Joe');
|
||||||
await expect(page.locator('body')).toContainText('(cox2 )');
|
await expect(page.locator('body')).toContainText('(cox2)');
|
||||||
await expect(page.locator('body')).toContainText('Ottensheim (25 km)');
|
await expect(page.locator('body')).toContainText('Ottensheim (25 km)');
|
||||||
await expect(page.locator('body')).toContainText('Ruderer: cox2, rower2');
|
await expect(page.locator('body')).toContainText('Ruderer: cox2, rower2');
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user