Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDayForSurf committed Dec 26, 2024
1 parent 644b3a8 commit 92ab0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demos/testing/widgets/charts/Export.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runManualTest('Charts', 'ExportCustomMarkup', ['jQuery', 'React', 'Vue', 'Angula
return false;
});

await t.click('dx-button[icon=export]');
await t.click('.dx-button[icon=export]');

await t.expect(dialogAppeared).ok('Save dialog should appear');
});
Expand Down

0 comments on commit 92ab0fa

Please sign in to comment.