Skip to content

Commit 60a1192

Browse files
committed
Re-enable all E2E tests
1 parent 9dea498 commit 60a1192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/app.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ describe('/mock', () => {
227227
}
228228
});
229229

230-
it.only('visualize line with constant interpolation', () => {
230+
it('visualize line with constant interpolation', () => {
231231
cy.selectExplorerNode('nD_datasets');
232232
cy.selectExplorerNode('oneD');
233233

0 commit comments

Comments
 (0)