Skip to content

Commit

Permalink
Merge pull request #8428 from denschub/hackaround-flaky-cuke
Browse files Browse the repository at this point in the history
Attempt at un-flaky'ing the `preview a very long message` cucumber scenario
  • Loading branch information
denschub committed Jun 13, 2023
2 parents 3b07b16 + c095959 commit 6430aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/step_definitions/publisher_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
end

When /^I insert an extremely long status message$/ do
write_in_publisher("I am a very interesting message " * 64)
write_in_publisher("long post\n" * 15)
end

When /^I append "([^"]*)" to the publisher$/ do |text|
Expand All @@ -66,7 +66,7 @@
end

When /^I post an extremely long status message$/ do
click_and_post("I am a very interesting message " * 64)
click_and_post("long post\n" * 15)
end

When /^I select "([^"]*)" on the aspect dropdown$/ do |text|
Expand Down

0 comments on commit 6430aa3

Please sign in to comment.