Skip to content

Commit 2c6908a

Browse files
committed
remove only
1 parent b1bf909 commit 2c6908a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/cypress/tests/main/blocks-calendar.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ describe('Event Calendar Block Tests', () => {
426426
);
427427
});
428428

429-
it.only('Event calendar show single date for same day event and double for different', () => {
429+
it('Event calendar show single date for same day event and double for different', () => {
430430
//add eventCalendar block
431431
cy.addNewBlock('event');
432432
cy.get('#toolbar-save').click();

0 commit comments

Comments
 (0)