Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class DamlCIUpgradeVotePreflightTest
val dropDownAction = new Select(webDriver.findElement(By.id("display-actions")))
dropDownAction.selectByValue("CRARC_SetConfig")

click on "action-change-dialog-proceed"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And you are sure this exists every time we run this test?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes it's on devnet and testnet


// 20m to be effective so as to give enough time to upgrade the SV and Validator runbooks.
// The expiration doesn't matter so as long as it's enough for SVs to vote, but it needs to be less than the effective date.
Seq(
Expand Down