Skip to content

Commit 84d1c49

Browse files
committed
fix(tests): remove 'only'
1 parent 7ae3100 commit 84d1c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cypress/e2e/form/form_rendering.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ describe('Form rendering', () => {
157157
});
158158
});
159159

160-
it.only('Mandatory question alert is correctly removed when value is set and go to next section', () => {
160+
it('Mandatory question alert is correctly removed when value is set and go to next section', () => {
161161
// Set up a form with two sections, each with a mandatory question
162162
cy.createWithAPI('Glpi\\Form\\Form', {
163163
'name': 'Test mandatory questions',

0 commit comments

Comments
 (0)