Skip to content

Commit 757dc06

Browse files
author
Julia Volkova
committed
updated screenshots for dropDownBox, updaated styles popups
1 parent 872f3fb commit 757dc06

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

111 Bytes
Loading
76 Bytes
Loading
116 Bytes
Loading

e2e/testcafe-devextreme/tests/editors/overlays/toolbarIntegration.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { isMaterial, testScreenshot } from '../../../helpers/themeUtils';
77
import url from '../../../helpers/getPageUrl';
88
import { createWidget } from '../../../helpers/createWidget';
99
import { safeSizeTest } from '../../../helpers/safeSizeTest';
10-
import { setStyleAttribute } from '../../../helpers/domUtils';
10+
import { insertStylesheetRulesToPage } from '../../../helpers/domUtils';
1111

1212
fixture`Popup_toolbar`
1313
.page(url(__dirname, '../../container.html'));
@@ -43,7 +43,7 @@ const ANIMATION_DELAY = 500;
4343
.ok(compareResults.errorMessages());
4444
}, [600, 400]).before(async () => {
4545
if (isMaterial()) {
46-
await setStyleAttribute(Selector('.dx-overlay-wrapper'), 'font-family: sans-serif !important;');
46+
await insertStylesheetRulesToPage('.dx-overlay-wrapper { font-family: sans-serif !important; }');
4747
}
4848
return createWidget(name as 'dxPopup' | 'dxPopover', {
4949
showCloseButton: true,

0 commit comments

Comments
 (0)