Skip to content

Commit

Permalink
fix flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
sumengwang committed Aug 2, 2023
1 parent 988e0ea commit f75cdbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ public void toggleInstrumentation() {
@Then("Save pipeline configure")
public void savePipelineConfigure() {
ElementHelper.clickOnElement(Helper.locateElementByTestId("config-apply-close"));
WaitHelper.waitForElementToBeHidden(Helper.locateElementByTestId("config-apply-close"));
}

@Then("Go to pipeline {string} details")
Expand Down

0 comments on commit f75cdbb

Please sign in to comment.