Testing: Fix the selector of editor preferences
parent
24b51b5d57
commit
f03cdc98a4
|
@ -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 = () => {
|
||||
|
|
Loading…
Reference in New Issue