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 926efed commit 5d76913
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,9 @@ class ConfigurableMeriPlanSpec extends StubbedCasSpec {
at RlpProjectPage // reset at check time.

meriPlan = openMeriPlanEditTab()
Thread.sleep(1000)

meriPlan.checkObjective("objective 2")
meriPlan.hideFloatingSave() // Getting an element not interactive error here
meriPlan.monitoringIndicators[0].indicator = "indicator 1"
meriPlan.monitoringIndicators[0].approach = "approach 1"
meriPlan.projectImplementation = "project implementation"
Expand Down

0 comments on commit 5d76913

Please sign in to comment.