test: refs #8862 enable test isolation for InvoiceInDescriptor and VnLog specs
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
2bfd2b09f2
commit
8d6a15eefd
|
@ -1,4 +1,4 @@
|
||||||
describe('InvoiceInDescriptor', () => {
|
describe('InvoiceInDescriptor', { testIsolation: true }, () => {
|
||||||
beforeEach(() => cy.login('administrative'));
|
beforeEach(() => cy.login('administrative'));
|
||||||
|
|
||||||
describe('more options', () => {
|
describe('more options', () => {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
describe('Cmr list', { testIsolation: true }, () => {
|
describe('Cmr list', () => {
|
||||||
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`;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/// <reference types="cypress" />
|
/// <reference types="cypress" />
|
||||||
describe('VnLog', () => {
|
describe('VnLog', { testIsolation: true }, () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.login('developer');
|
cy.login('developer');
|
||||||
cy.visit(`/#/claim/${1}/log`);
|
cy.visit(`/#/claim/${1}/log`);
|
||||||
|
|
Loading…
Reference in New Issue