summaryrefslogtreecommitdiffstats
path: root/browser/components/translations/tests/browser/browser_translations_select_context_menu_with_full_page_translations_active.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/translations/tests/browser/browser_translations_select_context_menu_with_full_page_translations_active.js')
-rw-r--r--browser/components/translations/tests/browser/browser_translations_select_context_menu_with_full_page_translations_active.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/browser/components/translations/tests/browser/browser_translations_select_context_menu_with_full_page_translations_active.js b/browser/components/translations/tests/browser/browser_translations_select_context_menu_with_full_page_translations_active.js
index 58cb655e38..99cff2b4ec 100644
--- a/browser/components/translations/tests/browser/browser_translations_select_context_menu_with_full_page_translations_active.js
+++ b/browser/components/translations/tests/browser/browser_translations_select_context_menu_with_full_page_translations_active.js
@@ -35,7 +35,7 @@ add_task(
"The translate-selection context menu item should be available while full-page translations is inactive."
);
- await FullPageTranslationsTestUtils.openTranslationsPanel({
+ await FullPageTranslationsTestUtils.openPanel({
onOpenPanel: FullPageTranslationsTestUtils.assertPanelViewDefault,
});
@@ -59,7 +59,7 @@ add_task(
"The translate-selection context menu item should be unavailable while full-page translations is active."
);
- await FullPageTranslationsTestUtils.openTranslationsPanel({
+ await FullPageTranslationsTestUtils.openPanel({
onOpenPanel: FullPageTranslationsTestUtils.assertPanelViewRevisit,
});
@@ -114,7 +114,7 @@ add_task(
"The translate-selection context menu item should be available while full-page translations is inactive."
);
- await FullPageTranslationsTestUtils.openTranslationsPanel({
+ await FullPageTranslationsTestUtils.openPanel({
onOpenPanel: FullPageTranslationsTestUtils.assertPanelViewDefault,
});
@@ -138,7 +138,7 @@ add_task(
"The translate-selection context menu item should be unavailable while full-page translations is active."
);
- await FullPageTranslationsTestUtils.openTranslationsPanel({
+ await FullPageTranslationsTestUtils.openPanel({
onOpenPanel: FullPageTranslationsTestUtils.assertPanelViewRevisit,
});