Skip to content

Commit 732612f

Browse files
test: remove committed .only
1 parent 0bf9cd2 commit 732612f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/editor/editor.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ for (const editorName of editors) {
104104
})
105105

106106
test.describe('Text Alignment', () => {
107-
test.only(`MTHTML-23 Validate formula alignment: ${editorName} editor`, async ({ page }) => {
107+
test(`MTHTML-23 Validate formula alignment: ${editorName} editor`, async ({ page }) => {
108108
const { editor, wirisEditor } = await setupEditor(page, editorName)
109109

110110
await editor.open()

0 commit comments

Comments
 (0)