125126127128129130131132133134135
.approveTranslationAtRow(2); assertTranslations(editorPage); // Close and reopen the editor to test save editorPage.reload(); assertTranslations(editorPage); } private void assertTranslations(EditorPage editorPage) {
118119120121122123124125126127128
.approveTranslationAtRow(4); assertTranslations(editorPage); // Close and reopen the editor to test save, switches to CodeMirror editorPage.reload(); assertTranslations(editorPage); } private void assertTranslations(EditorPage editorPage) {
124125126127128129130131132133134
.approveTranslationAtRow(2); assertTranslations(editorPage); // Close and reopen the editor to test save, switches to CodeMirror editorPage.reload(); assertTranslations(editorPage); } private void assertTranslations(EditorPage editorPage) {
109110111112113114115116117118119
107108109110111112113114115116117