Update e2eGovernanceTest.js

This commit is contained in:
varasev 2019-06-21 13:14:45 +03:00 committed by GitHub
parent ab6ffeec00
commit 6dbab0313f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -116,7 +116,7 @@ async function main() {
metamaskInteraction();
driver.sleep(2000);
driver.sleep(10000);
votingPage.clickAlertOKButton();
@ -138,7 +138,7 @@ async function main() {
metamaskInteraction();
driver.sleep(2000);
driver.sleep(10000);
votingPage.clickAlertOKButton();
@ -156,7 +156,7 @@ async function main() {
metamaskInteraction();
driver.sleep(2000);
driver.sleep(10000);
votingPage.clickAlertOKButton();
@ -225,4 +225,4 @@ license_expiration: ${validatorMetaData.license_expiration}`,
};
return ballotMetaData;
}
}