Skip to content

Commit

Permalink
Fixing refactored unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-dulac committed Oct 18, 2024
1 parent a7e133b commit 3ee4c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/test/tooltip.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import testHelpers from './test-helpers.js';
const tooltipTextButtonId = '#tooltip_button_1';
const tooltipIconButtonId = '#tooltip_button_2';
const tooltipInputId = '#focusable_example_2';
const tooltipButtonInputId = '#clickable_example_2';
const tooltipButtonInputId = '#body-style';
const tooltipId = '#tooltip';

describe('Tooltip tests', () => {
Expand Down

0 comments on commit 3ee4c92

Please sign in to comment.