Skip to content

Commit 588fdef

Browse files
authored
CardView: unskip headerFilter visual tests (DevExpress#29685)
1 parent f3acfa0 commit 588fdef

10 files changed

+3
-2
lines changed
37.2 KB
Loading
24.4 KB
Loading
33.7 KB
Loading
39.2 KB
Loading
25.2 KB
Loading
35.2 KB
Loading
62.9 KB
Loading
50.3 KB
Loading
63.2 KB
Loading

e2e/testcafe-devextreme/tests/cardView/headerFilter/visual.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import url from '../../../helpers/getPageUrl';
44
import { createWidget } from '../../../helpers/createWidget';
55
import { testScreenshot } from '../../../helpers/themeUtils';
66

7-
// TODO: Unskip this fixture after markup will be stabilized
8-
fixture.skip`HeaderFilter.Visual`
7+
fixture`HeaderFilter.Visual`
98
.page(url(__dirname, '../../container.html'));
109

1110
const CARD_VIEW_SELECTOR = '#container';
@@ -33,6 +32,7 @@ test('popup with list', async (t) => {
3332
{ A: 'A_3', B: 'B_3', C: 'C_3' },
3433
{ A: 'A_4', B: 'B_4', C: 'C_4' },
3534
],
35+
columns: ['A', 'B', 'C'],
3636
headerFilter: {
3737
visible: true,
3838
},
@@ -62,6 +62,7 @@ test('popup with search', async (t) => {
6262
{ A: 'A_3', B: 'B_3', C: 'C_3' },
6363
{ A: 'A_4', B: 'B_4', C: 'C_4' },
6464
],
65+
columns: ['A', 'B', 'C'],
6566
headerFilter: {
6667
visible: true,
6768
search: {

0 commit comments

Comments
 (0)