gitlab-org--gitlab-foss/features
Dmitriy Zaporozhets cd6baa1415 Merge branch 'line-is-wrong-test' into 'master'
Make test element selection more specific to fix constantly failing test.

Fixes #2051.

The problem was that there were two `.note-text` elements matching `.files [id^=diff]:nth-child(2) .note-text`, one for the new comment, and one for the (currently hidden) new comment form. The latter one was selected but currently invisible, triggering the following error in poltergeist:

> The element you are trying to interact with is either not part of the DOM, or is not currently visible on the page (perhaps display: none is set). It's possible the element has been replaced by another element and you meant to interact with the new element. If so you need to do a new 'find' in order to get a reference to the new element.

This caused the test to fail.

See merge request !1592
2015-02-26 02:57:22 +00:00
..
admin Spinach for admin applications 2015-01-19 11:18:00 -08:00
dashboard Fix specs. 2015-02-13 14:43:31 +01:00
explore Fix spinach tests 2014-12-24 14:34:37 +02:00
profile Remove password strength indicator 2015-01-15 14:10:13 +01:00
project WebEditor: save to new branch: spinach 2015-02-24 11:43:20 +02:00
snippets Fix raw view for public snippets 2014-10-27 11:51:31 +02:00
steps Merge branch 'line-is-wrong-test' into 'master' 2015-02-26 02:57:22 +00:00
support Fixed tests for spinach 2015-02-12 19:48:42 +01:00
groups.feature
search.feature Fixes the search test that fails whenever faker uses a name with Bar in it. Limit check to being within the search results div. 2014-12-08 16:44:06 -08:00
snippet_search.feature
user.feature