refactor: refs #8862 enable test isolation for Cmr list tests
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Benjamin Esteve 2025-04-15 09:08:44 +02:00
parent 3a8f6455d3
commit 97c63c2689
1 changed files with 1 additions and 1 deletions

View File

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