Skip to content

Commit 79ff495

Browse files
committed
removed .only from test
1 parent 2228151 commit 79ff495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/sidebar/mobileConfig.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ describe('Mobile', () => {
266266
'the-code-block-highlight',
267267
];
268268
embedFilesIds.forEach(id => {
269-
it.only('go to #embed-files?id=' + id, () => {
269+
it('go to #embed-files?id=' + id, () => {
270270
cy.get('.sidebar-toggle').click();
271271
cy.get('[href="#/embed-files"]').click();
272272

0 commit comments

Comments
 (0)