test: refs #8862 enable test isolation for Cmr list spec
This commit is contained in:
parent
395c3a8ec9
commit
608086bd8d
test/cypress/integration/route/cmr
|
@ -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`;
|
||||
|
||||
|
|
Loading…
Reference in New Issue