Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Sep 19, 2024
1 parent 65744f3 commit fbb4876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,10 @@ Cypress.Commands.add('pauseOldAuctioneer', () => {
cy.exec(
`agoric follow ${netConfig} -lF :published.agoricNames.instance -o text`,
).then(async ({ stdout }) => {
cy.wait(1 * 60 * 1000);
const byName = Object.fromEntries(fromCapData(JSON.parse(stdout)));
cy.expect(byName).to.have.property('auctioneer');
cy.task('info'`Object is ${JSON.stringify(byName)}`);
const auctioneer = byName.auctioneer;
cy.expect(byName).to.have.property('auctioneer175');
const oldAuctioneer = byName.auctioneer175;
Expand Down

0 comments on commit fbb4876

Please sign in to comment.