Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TagBox - selectAll checkBox should be aligned correctly in fluent (T1252002) #28809

Merged
merged 11 commits into from
Jan 22, 2025
Prev Previous commit
Next Next commit
Update common.ts
  • Loading branch information
Zedwag committed Jan 21, 2025
commit 1b4a78c45614966693e4bda0888099833f1f0753
2 changes: 1 addition & 1 deletion e2e/testcafe-devextreme/tests/editors/tagBox/common.ts
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ safeSizeTest('TagBox with selection controls', async (t) => {

await t.click(tagBox.element);

await testScreenshot(t, takeScreenshot, 'TagBox with selection controls');
await testScreenshot(t, takeScreenshot, 'TagBox with selection controls.png');

await t
.expect(compareResults.isValid())
Loading