Testing: Fix the selector of editor preferences

This commit is contained in:
cuixiping
2019-12-24 16:02:46 +08:00
committed by Brett Zamir
parent 24b51b5d57
commit f03cdc98a4

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