Skip to content

Commit

Permalink
test(integration): adjust some newer source selector values
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Sep 17, 2024
1 parent 16db307 commit c9c53f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/it/viewblock.delayed.test.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
});

expect(window.called.length).to.equal(1);
expect(window.called[0].source).to.equal('div.block1');
expect(window.called[0].source).to.equal('.block1');
});
});
});
Expand Down
2 changes: 1 addition & 1 deletion test/it/viewblock.test.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
});

expect(window.called.length).to.equal(1);
expect(window.called[0].source).to.equal('div.block1');
expect(window.called[0].source).to.equal('.block1');
});
});
});
Expand Down

0 comments on commit c9c53f1

Please sign in to comment.