Skip to content

Commit

Permalink
Update cypress/tests/widgets/chart-options.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt authored Oct 21, 2024
1 parent 21076d1 commit 266cdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/widgets/chart-options.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import should from 'should'

/* eslint-disable cypress/no-unnecessary-waiting */
describe('Node/-RED Dashboard 2.0 - Chart Widget - chart options', () => {
it('sets tooltip `mode` to "nearest" for line charts', () => {
it('sets tooltip `mode` to "x" for line charts', () => {
const chartName = 'line-chart-1'
const overrides = [
{
Expand Down

0 comments on commit 266cdeb

Please sign in to comment.