[ci] format
This commit is contained in:
parent
5c7c7e463d
commit
2ace02ece9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ test.describe('Svelte components lifecycle', () => {
|
||||||
|
|
||||||
const toggle = page.locator('#toggle');
|
const toggle = page.locator('#toggle');
|
||||||
expect((await toggle.textContent()).trim()).toBe('close');
|
expect((await toggle.textContent()).trim()).toBe('close');
|
||||||
await toggle.click()
|
await toggle.click();
|
||||||
expect((await toggle.textContent()).trim()).toBe('open');
|
expect((await toggle.textContent()).trim()).toBe('open');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue