mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Change quotes
This commit is contained in:
parent
a3a5d278a0
commit
53c3bf0ab3
@ -16,6 +16,6 @@ limitations under the License.
|
|||||||
import { test } from '@playwright/test';
|
import { test } from '@playwright/test';
|
||||||
|
|
||||||
test("App has no startup errors that prevent UI render", async ({ page }) => {
|
test("App has no startup errors that prevent UI render", async ({ page }) => {
|
||||||
await page.goto('/');
|
await page.goto("/");
|
||||||
await page.getByText('Log In', { exact: true }).waitFor();
|
await page.getByText("Log In", { exact: true }).waitFor();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user