Skip to content

Commit

Permalink
extend test for all frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
ksercs committed Dec 9, 2024
1 parent d477012 commit 724e739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demos/testing/widgets/chat/Overview.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fixture('Chat.Overview')
ctx.initialWindowSize = [900, 800];
});

runManualTest('Chat', 'Overview', ['jQuery'], (test) => {
runManualTest('Chat', 'Overview', ['jQuery', 'React', 'Vue', 'Angular'], (test) => {
test('Overview', async (t) => {
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);

Expand Down

0 comments on commit 724e739

Please sign in to comment.