Skip to content

Commit

Permalink
refactor: remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Jan 22, 2025
1 parent 9d0c31a commit 23dd97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/play/fillBlanks.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ describe('Play Fill In The Blanks', () => {
});
});

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

0 comments on commit 23dd97a

Please sign in to comment.