This commit is contained in:
Simon Knott 2025-02-07 10:34:50 +01:00
parent ca78966624
commit 3b8130c07f
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC
3 changed files with 0 additions and 14 deletions

View file

@ -7,8 +7,6 @@ import { defineConfig, devices } from '@playwright/test';
*/
export default defineConfig({
populateGitInfo: true,
testDir: './tests',
/* Maximum time one test can run for. */

View file

@ -36,7 +36,6 @@ test.describe('New Todo', () => {
await expect(page.getByTestId('todo-title')).toHaveText([
TODO_ITEMS[0],
TODO_ITEMS[1],
'faux'
]);
await checkNumberOfTodosInLocalStorage(page, 2);

View file

@ -34,14 +34,3 @@
.test-error-text {
font-family: monospace;
}
.fireworks-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
background: url('https://media1.tenor.com/m/iUZk-FXUd6oAAAAC/fireworks-gifkaro.gif') center center / cover no-repeat;
z-index: 9999;
}