Skip to content

Commit

Permalink
Trying to fix test that started failing #3368
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Dec 2, 2024
1 parent 8d4649f commit 94c6445
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ class ConfigurableMeriPlanSpec extends StubbedCasSpec {
at RlpProjectPage // reset at check time.

meriPlan = openMeriPlanEditTab()

waitFor{meriPlan.projectName.displayed}
interact {
moveToElement(meriPlan.projectName)
}

meriPlan.projectName = "MERI plan edited name"
meriPlan.projectDescription = "MERI plan edited description"
Expand Down

0 comments on commit 94c6445

Please sign in to comment.