From fbb48768f82e07d364c344643d9c02bd3e6103a6 Mon Sep 17 00:00:00 2001 From: rabi-siddique Date: Thu, 19 Sep 2024 11:00:31 +0500 Subject: [PATCH] test --- test/e2e/support.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/support.js b/test/e2e/support.js index 1a96f90d..ecbf3d38 100644 --- a/test/e2e/support.js +++ b/test/e2e/support.js @@ -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;