Skip to content

Commit 93f508e

Browse files
committed
Ensure Work Package Export scenario awaits dialog
1 parent 7e63b60 commit 93f508e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/features/work_packages/export_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ def expect_selected_columns(columns = %w[])
208208
end
209209

210210
it "opens the dialog and exports" do
211-
settings_menu.open_and_choose I18n.t("js.toolbar.settings.export")
212-
click_on export_type
211+
open_export_dialog!
213212
export!
214213
end
215214
end

0 commit comments

Comments
 (0)