Skip to content

Commit 23dd97a

Browse files
kimpyphilia
authored andcommitted
refactor: remove only
1 parent 9d0c31a commit 23dd97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/play/fillBlanks.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ describe('Play Fill In The Blanks', () => {
547547
});
548548
});
549549

550-
it.only('Show break lines', () => {
550+
it('Show break lines', () => {
551551
const questionId = FILL_BLANKS_WITH_BREAK_LINES_SETTING.data.questionId;
552552
const longerAppData = buildAppData(
553553
'Lorem <ipsum> dolor sit amet, consectetur \n\nadipiscing elit. <Praesent> ut fermentum nulla, sed <suscipit> sem.',

0 commit comments

Comments
 (0)