remove travis hax ... works on here ... I hope on travis too
closes #5964
This commit is contained in:
parent
494c03a3fd
commit
85087123f0
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue