test: refs #8684 skip 'should add and remove new line' in ClaimDevelopment tests
This commit is contained in:
parent
8b04dbc7ec
commit
8de345f33b
|
@ -31,7 +31,7 @@ describe('ClaimDevelopment', { testIsolation: true }, () => {
|
||||||
cy.saveCard();
|
cy.saveCard();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should add and remove new line', () => {
|
it.skip('should add and remove new line', () => {
|
||||||
cy.addCard();
|
cy.addCard();
|
||||||
|
|
||||||
cy.waitForElement(thirdRow);
|
cy.waitForElement(thirdRow);
|
||||||
|
|
Loading…
Reference in New Issue