Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rmch91 committed Jan 9, 2025
1 parent 9d46d85 commit 25ddb55
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,8 @@ export function selectAccountPayment() {

cy.wait('@getCart').its('response.statusCode').should('eq', 200);

// Test GC
cy.wait(1000);
cy.get('div > label > select').select(costCenterId);
// End Test GC

// intercept costCenter list to get Rustic address Id which will be use in delivery addr/mode stubs
cy.wait(`@${getCostCenters}`).then((xhr) => {
Expand Down

0 comments on commit 25ddb55

Please sign in to comment.