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();
|
||||
});
|
||||
|
||||
it('should add and remove new line', () => {
|
||||
it.skip('should add and remove new line', () => {
|
||||
cy.addCard();
|
||||
|
||||
cy.waitForElement(thirdRow);
|
||||
|
|
Loading…
Reference in New Issue