clean up
This commit is contained in:
parent
ca78966624
commit
3b8130c07f
|
|
@ -7,8 +7,6 @@ import { defineConfig, devices } from '@playwright/test';
|
||||||
*/
|
*/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
|
||||||
populateGitInfo: true,
|
|
||||||
|
|
||||||
testDir: './tests',
|
testDir: './tests',
|
||||||
|
|
||||||
/* Maximum time one test can run for. */
|
/* Maximum time one test can run for. */
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,6 @@ test.describe('New Todo', () => {
|
||||||
await expect(page.getByTestId('todo-title')).toHaveText([
|
await expect(page.getByTestId('todo-title')).toHaveText([
|
||||||
TODO_ITEMS[0],
|
TODO_ITEMS[0],
|
||||||
TODO_ITEMS[1],
|
TODO_ITEMS[1],
|
||||||
'faux'
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
await checkNumberOfTodosInLocalStorage(page, 2);
|
await checkNumberOfTodosInLocalStorage(page, 2);
|
||||||
|
|
|
||||||
|
|
@ -34,14 +34,3 @@
|
||||||
.test-error-text {
|
.test-error-text {
|
||||||
font-family: monospace;
|
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;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue