Skip to content

Commit 3b2c5ce

Browse files
committed
Add unstable flag to test metadata for popup height check
1 parent eccb8f5 commit 3b2c5ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • e2e/testcafe-devextreme/tests/editors/lookup

e2e/testcafe-devextreme/tests/editors/lookup/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ test.meta({ browserSize: [300, 400] })('Check popup height with no found data op
9898
.ok(compareResults.errorMessages());
9999
}).before(async () => createWidget('dxLookup', { dataSource: [], searchEnabled: true }));
100100

101-
test.meta({ browserSize: [300, 400] })('Check popup height in loading state', async (t) => {
101+
test.meta({ browserSize: [300, 400], unstable: true })('Check popup height in loading state', async (t) => {
102102
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
103103

104104
await t.click(Selector(`.${LOOKUP_FIELD_CLASS}`));

0 commit comments

Comments
 (0)