Skip to content

Commit

Permalink
Work for #6966 - warnings&erros related to ResizeObserver - try to fi…
Browse files Browse the repository at this point in the history
…x vr-tests
  • Loading branch information
tsv2013 committed Sep 18, 2023
1 parent 6adb2f5 commit c3d497a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions visualRegressionTests/tests/defaultV2/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ frameworks.forEach(framework => {
});
});
frameworks.forEach(framework => {
fixture`${framework} ${title} ${theme}`
.page`${url_test}${theme}/${framework}`.beforeEach(async t => {
});
test("Check file question placeholder mobile", async t => {
await wrapVisualTest(t, async (t, comparer) => {
await t.resizeWindow(600, 1000);
Expand Down

0 comments on commit c3d497a

Please sign in to comment.