Skip to content

Commit

Permalink
Work for #6738 - No space appears for a Progress Bar and the last que…
Browse files Browse the repository at this point in the history
…stion on a page - updated vr-test with brand info
  • Loading branch information
tsv2013 committed Sep 6, 2023
1 parent 135ecd4 commit d1bf575
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion visualRegressionTests/tests/defaultV2/survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ frameworks.forEach(framework => {
(<any>window).survey.progressBarType = "pages";
(<any>window).survey.currentPageNo = 1;
})();
await takeElementScreenshot("survey-progress-bar-bottom-brand.png", Selector(".sd-container-modern"), t, comparer); // title + progress
await takeElementScreenshot("survey-progress-bar-bottom-brand.png", Selector("#surveyElement"), t, comparer); // title + progress
});
});
test("Check survey with progress top buttons", async (t) => {
Expand Down

0 comments on commit d1bf575

Please sign in to comment.