mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-05 06:34:03 +00:00
Commented out some unwanted lines
This commit is contained in:
parent
83f2412d41
commit
c5408bdaca
@ -3371,12 +3371,13 @@ describe('Software and Licenses Path - With Files and Multiple items', () => {
|
|||||||
cy.get('body').click();
|
cy.get('body').click();
|
||||||
cy.get('#root_vendor').clear().type('Atlassian');
|
cy.get('#root_vendor').clear().type('Atlassian');
|
||||||
cy.get('#root_payment_method').select('Debit Card');
|
cy.get('#root_payment_method').select('Debit Card');
|
||||||
cy.get('button')
|
/*cy.get('button')
|
||||||
.contains(/^Submit$/)
|
.contains(/^Submit$/)
|
||||||
.click();
|
.click();
|
||||||
|
|
||||||
|
|
||||||
|
cy.contains('Task: Enter NDR Items', { timeout: 60000 });*/
|
||||||
// item 0
|
// item 0
|
||||||
cy.contains('Task: Enter NDR Items', { timeout: 60000 });
|
|
||||||
cy.get('#root_item_0_sub_category').select('op_src');
|
cy.get('#root_item_0_sub_category').select('op_src');
|
||||||
cy.get('#root_item_0_item_name')
|
cy.get('#root_item_0_item_name')
|
||||||
.clear()
|
.clear()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user