test: refs #8862 enable test isolation for Cmr list spec

This commit is contained in:
Benjamin Esteve 2025-04-15 12:59:10 +02:00
parent 395c3a8ec9
commit 608086bd8d
1 changed files with 1 additions and 1 deletions
test/cypress/integration/route/cmr

View File

@ -1,4 +1,4 @@
describe('Cmr list', () => {
describe('Cmr list', { testIsolation: true }, () => {
const getLinkSelector = (colField) =>
`tr:first-child > [data-col-field="${colField}"] > .no-padding > .link`;