[ci] format

This commit is contained in:
bluwy 2023-02-15 14:30:50 +00:00 committed by fredkbot
parent 5c7c7e463d
commit 2ace02ece9

View file

@ -31,7 +31,7 @@ test.describe('Svelte components lifecycle', () => {
const toggle = page.locator('#toggle');
expect((await toggle.textContent()).trim()).toBe('close');
await toggle.click()
await toggle.click();
expect((await toggle.textContent()).trim()).toBe('open');
});
});