Skip to content

Commit e0a5179

Browse files
committed
Added cypress
1 parent 3036685 commit e0a5179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/start_page.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ describe('NeoDash E2E Tests', () => {
245245
cy.get('main .react-grid-item:eq(2) .MuiCardContent-root h1', { timeout: 45000 }).should('have.text', 'Hello');
246246
});
247247

248-
it.only('creates a form report', () => {
248+
it.skip('creates a form report', () => {
249249
enableFormsExtension();
250250
cy.checkInitialState();
251251
createReportOfType('Form', formCypherQuery, true, false);

0 commit comments

Comments
 (0)