refactor: refs #8862 enable test isolation for Cmr list tests
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
3a8f6455d3
commit
97c63c2689
|
@ -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`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue