From 9e77ccf15bb3c1ac8d481c58ef9f62d6baacd0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?gr=C3=A9goire=20parant?= Date: Wed, 28 Feb 2024 10:59:42 +0100 Subject: [PATCH] fix E2E (#3748) --- .../Components/ActionBar/ActionBar.svelte | 2 +- play/src/i18n/en-US/actionbar.ts | 1 + play/src/i18n/fr-FR/actionbar.ts | 1 + tests/playwright.config.ts | 2 +- tests/tests/api_players.spec.ts | 16 ++++---- tests/tests/areas.spec.ts | 2 +- tests/tests/banner_script.spec.ts | 2 +- tests/tests/buttonactionbar_script.spec.ts | 4 +- tests/tests/chat.spec.ts | 4 +- tests/tests/error_pages.spec.ts | 4 +- tests/tests/iframe_script.spec.ts | 6 +-- tests/tests/map_editor.spec.ts | 20 +++++----- tests/tests/map_storage_upload.spec.ts | 36 +++++++++--------- tests/tests/meeting.spec.ts | 4 +- tests/tests/metadata.spec.ts | 4 +- tests/tests/mobile.spec.ts | 38 ++++++++++++++----- tests/tests/modal_script.spec.ts | 2 +- tests/tests/modules.spec.ts | 2 +- tests/tests/oidc.spec.ts | 2 +- tests/tests/reconnect.spec.ts | 2 +- tests/tests/room-api.spec.ts | 10 ++--- tests/tests/scripting_chat.spec.ts | 4 +- tests/tests/scripting_events.spec.ts | 2 +- tests/tests/swagger_doc.spec.ts | 4 +- tests/tests/translate.spec.ts | 2 +- tests/tests/variables.spec.ts | 4 +- 26 files changed, 101 insertions(+), 79 deletions(-) diff --git a/play/src/front/Components/ActionBar/ActionBar.svelte b/play/src/front/Components/ActionBar/ActionBar.svelte index 900f6f3a89..d71c6835ad 100644 --- a/play/src/front/Components/ActionBar/ActionBar.svelte +++ b/play/src/front/Components/ActionBar/ActionBar.svelte @@ -874,7 +874,7 @@ on:click={showRoomList} class="bottom-action-button" > - +