We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3acfa0 commit 588fdefCopy full SHA for 588fdef
e2e/testcafe-devextreme/tests/cardView/headerFilter/etalons/card-view_header-filter_popup-with-list (fluent-blue-light).png
37.2 KB
e2e/testcafe-devextreme/tests/cardView/headerFilter/etalons/card-view_header-filter_popup-with-list (generic-light).png
24.4 KB
e2e/testcafe-devextreme/tests/cardView/headerFilter/etalons/card-view_header-filter_popup-with-list (material-blue-light).png
33.7 KB
e2e/testcafe-devextreme/tests/cardView/headerFilter/etalons/card-view_header-filter_popup-with-search (fluent-blue-light).png
39.2 KB
e2e/testcafe-devextreme/tests/cardView/headerFilter/etalons/card-view_header-filter_popup-with-search (generic-light).png
25.2 KB
e2e/testcafe-devextreme/tests/cardView/headerFilter/etalons/card-view_header-filter_popup-with-search (material-blue-light).png
35.2 KB
e2e/testcafe-devextreme/tests/cardView/headerFilter/etalons/card-view_header-filter_popup-with-tree (fluent-blue-light).png
62.9 KB
e2e/testcafe-devextreme/tests/cardView/headerFilter/etalons/card-view_header-filter_popup-with-tree (generic-light).png
50.3 KB
e2e/testcafe-devextreme/tests/cardView/headerFilter/etalons/card-view_header-filter_popup-with-tree (material-blue-light).png
63.2 KB
e2e/testcafe-devextreme/tests/cardView/headerFilter/visual.ts
@@ -4,8 +4,7 @@ import url from '../../../helpers/getPageUrl';
4
import { createWidget } from '../../../helpers/createWidget';
5
import { testScreenshot } from '../../../helpers/themeUtils';
6
7
-// TODO: Unskip this fixture after markup will be stabilized
8
-fixture.skip`HeaderFilter.Visual`
+fixture`HeaderFilter.Visual`
9
.page(url(__dirname, '../../container.html'));
10
11
const CARD_VIEW_SELECTOR = '#container';
@@ -33,6 +32,7 @@ test('popup with list', async (t) => {
33
32
{ A: 'A_3', B: 'B_3', C: 'C_3' },
34
{ A: 'A_4', B: 'B_4', C: 'C_4' },
35
],
+ columns: ['A', 'B', 'C'],
36
headerFilter: {
37
visible: true,
38
},
@@ -62,6 +62,7 @@ test('popup with search', async (t) => {
62
63
64
65
66
67
68
search: {
0 commit comments