Skip to content

Commit 577cd7f

Browse files
author
Roman M
committed
fix e2e test
1 parent bcbfe23 commit 577cd7f

File tree

1 file changed

+1
-1
lines changed
  • tests/testflows/steps/dashboards

1 file changed

+1
-1
lines changed

tests/testflows/steps/dashboards/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def open_dashboard(self, dashboard_name):
132132

133133
with When("I go to dashboards view"):
134134
with delay():
135-
open_dashboards_view()
135+
open_dashboards_view(wait_dashboard_name=dashboard_name)
136136

137137
with When("I find dashboard"):
138138
with delay(after=0.5):

0 commit comments

Comments
 (0)