Skip to content

Commit

Permalink
updated vrt v2 etalons
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Nov 15, 2024
1 parent 2526232 commit bb461d1
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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-V2/tests/designer/side-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test("property grid search", async (t) => {
await takeElementScreenshot("side-bar-search-question-group.png", Selector(".spg-container_search"), t, comparer);

await t.click(Selector(".svc-search__bar-item").nth(1)); // next
await takeElementScreenshot("side-bar-search-general-group.png", Selector(".spg-container_search"), t, comparer);
await takeElementScreenshot("side-bar-search-general-group-after-next.png", Selector(".spg-container_search"), t, comparer);

await t.click(Selector(".svc-search__bar-item").nth(2)); // clear
await takeElementScreenshot("side-bar-search-empty.png", Selector(".spg-container_search"), t, comparer);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/designer/side-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test("property grid search", async (t) => {
await takeElementScreenshot("side-bar-search-question-group.png", Selector(".spg-container_search"), t, comparer);

await t.click(Selector(".svc-search__bar-item").nth(1)); // next
await takeElementScreenshot("side-bar-search-general-group.png", Selector(".spg-container_search"), t, comparer);
await takeElementScreenshot("side-bar-search-general-group-after-next.png", Selector(".spg-container_search"), t, comparer);

await t.click(Selector(".svc-search__bar-item").nth(2)); // clear
await takeElementScreenshot("side-bar-search-empty.png", Selector(".spg-container_search"), t, comparer);
Expand Down

0 comments on commit bb461d1

Please sign in to comment.