mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +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';
|
||||
|
||||
test("App has no startup errors that prevent UI render", async ({ page }) => {
|
||||
await page.goto('/');
|
||||
await page.getByText('Log In', { exact: true }).waitFor();
|
||||
await page.goto("/");
|
||||
await page.getByText("Log In", { exact: true }).waitFor();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user