Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Nov 29, 2024
1 parent c1c5a12 commit b0010cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/widgets/chart.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import should from 'should'

/* eslint-disable cypress/no-unnecessary-waiting */
describe.only('Node/-RED Dashboard 2.0 - Chart Widget', () => {
describe('Node/-RED Dashboard 2.0 - Chart Widget', () => {
beforeEach(() => {
cy.deployFixture('dashboard-charts')
cy.visit('/dashboard/page1')
Expand Down

0 comments on commit b0010cc

Please sign in to comment.