We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbfe23 commit 577cd7fCopy full SHA for 577cd7f
tests/testflows/steps/dashboards/view.py
@@ -132,7 +132,7 @@ def open_dashboard(self, dashboard_name):
132
133
with When("I go to dashboards view"):
134
with delay():
135
- open_dashboards_view()
+ open_dashboards_view(wait_dashboard_name=dashboard_name)
136
137
with When("I find dashboard"):
138
with delay(after=0.5):
0 commit comments