Skip to content

Commit

Permalink
#7595 Dynamic matrix expand button has wrong focus. - reset focus in …
Browse files Browse the repository at this point in the history
…tests

Fixes #7595
  • Loading branch information
novikov82 committed Jan 9, 2024
1 parent b9a1541 commit 1ea11df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualRegressionTests/tests/defaultV2/matrix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ frameworks.forEach(framework => {
await takeElementScreenshot("question-matrix-dropdown-detail-no-header-expanded.png", questionRoot, t, comparer);

await t.click(Selector(".sd-table__cell--detail-button").filterVisible().nth(1));
await t.hover(questionRoot, { offsetX: 1, offsetY: 1 });
await t.click(questionRoot, { offsetX: 1, offsetY: 1 });

await takeElementScreenshot("question-matrix-dropdown-detail-no-header.png", questionRoot, t, comparer);
});
Expand Down

0 comments on commit 1ea11df

Please sign in to comment.