We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780871c commit de12e12Copy full SHA for de12e12
spec/features/dry_running_spec.rb
@@ -64,7 +64,10 @@ def open_dry_run_modal(agent)
64
65
expect(editor_value('payload_editor')).to include('Line 1\nLine 2\nLine 3')
66
67
+ sleep(1)
68
click_on('Dry Run')
69
70
+
71
expect(page).to have_text('Dry Run Results')
72
expect(page).to have_text('Line 1,Line 2,Line 3')
73
expect(page).to have_selector(:css, 'li[role="presentation"].active a[href="#tabMessages"]')
0 commit comments