From f03cdc98a4d8441b613c41c373e518bc7efe07c0 Mon Sep 17 00:00:00 2001 From: cuixiping Date: Tue, 24 Dec 2019 16:02:46 +0800 Subject: [PATCH] Testing: Fix the selector of editor preferences --- cypress/support/ui-test-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/ui-test-helper.js b/cypress/support/ui-test-helper.js index 157a76e1..95ffea94 100644 --- a/cypress/support/ui-test-helper.js +++ b/cypress/support/ui-test-helper.js @@ -14,7 +14,7 @@ export const openMainMenu = () => { export const openEditorPreferences = () => { openMainMenu(); - return cy.get('#tool_prefs_option').click(); + return cy.get('#tool_editor_prefs').click(); }; export const selectEnglish = () => {