Skip to content

Commit 22e34ad

Browse files
committed
fix(#1365972): correct e2e tests to account for facet internal logic column
1 parent 2ea3d50 commit 22e34ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

front/e2e/src/tests/pages/admin/search/facets.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const texts = {
4343
coverageRate: 'Coverage',
4444
maxSize: 'Max size',
4545
sortOrder: 'Sort order',
46+
facetInternalLogic: "Facet internal logic",
4647
position: 'Position',
4748
},
4849
paginationOptions: ['10', '25', '50'],
@@ -103,6 +104,7 @@ test('Pages > Search > Facets', {tag: ['@premium', '@standard']}, async ({page})
103104
texts.gridHeaders.coverageRate,
104105
texts.gridHeaders.maxSize,
105106
texts.gridHeaders.sortOrder,
107+
texts.gridHeaders.facetInternalLogic,
106108
texts.gridHeaders.position,
107109
])
108110
await grid.pagination.expectToHaveOptions(texts.paginationOptions)

0 commit comments

Comments
 (0)