diff --git a/Changelog.md b/Changelog.md index d07a01468..1127b8c05 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ * Drop broken install scripts [#5907](https://github.com/diaspora/diaspora/pull/5907) * Improve invoking mobile site in the testsuite [#5915](https://github.com/diaspora/diaspora/pull/5915) * Do not retry a couple of unrecoverable job failures [#5938](https://github.com/diaspora/diaspora/pull/5938) [#5942](https://github.com/diaspora/diaspora/pull/5943) +* Remove some old temporary workarounds [#5964](https://github.com/diaspora/diaspora/pull/5964) ## Bug fixes * Disable auto follow back on aspect deletion [#5846](https://github.com/diaspora/diaspora/pull/5846) diff --git a/features/step_definitions/custom_web_steps.rb b/features/step_definitions/custom_web_steps.rb index d0e6babfe..0009f8b56 100644 --- a/features/step_definitions/custom_web_steps.rb +++ b/features/step_definitions/custom_web_steps.rb @@ -103,7 +103,7 @@ end When /^I click to delete the first comment$/ do within("div.comment", match: :first) do find(".control-icons").hover - find(".comment_delete", visible: false).click # TODO: hax to check what's failing on Travis + find(".comment_delete").click end end