Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'FixMobileTest'
Browse files Browse the repository at this point in the history
  • Loading branch information
gparant committed Feb 27, 2024
2 parents 62d2ed1 + 78dc6a6 commit 6e7b9be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/tests/mobile.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import {expect, test} from '@playwright/test';
import Menu from "./utils/menu";
import {login} from "./utils/roles";
import Map from "./utils/map";
import {map_storage_url} from "./utils/urls";
import {play_url} from "./utils/urls";

test.setTimeout(240_000); // Fix Webkit that can take more than 60s
test.use({
baseURL: map_storage_url,
baseURL: play_url,
})
test.describe('Map editor', () => {
test('Successfully bubble discussion with mobile device', async ({ page, browser, request, browserName }) => {
test('Successfully bubble discussion with mobile device', async ({ page, browser, request, browserName }) => {
await page.goto(Map.url("empty"));
await login(page, "Bob", 3);

Expand Down

0 comments on commit 6e7b9be

Please sign in to comment.