Testing: Fix the selector of editor preferences

master
cuixiping 2019-12-24 16:02:46 +08:00 committed by Brett Zamir
parent 24b51b5d57
commit f03cdc98a4
1 changed files with 1 additions and 1 deletions

View File

@ -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 = () => {