diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2017-10-16 12:37:52 -0500 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2017-10-16 15:19:15 -0500 |
commit | 758fc7a7919ec427dde5ddd52f15f5cfaca1fea5 (patch) | |
tree | ae04d0a2131350090cef39a905857dc61d0a5016 /changelogs/unreleased | |
parent | 96d8c7fff114911faa7d3e1b6322c2b9e3377e9b (diff) | |
download | gitlab-ce-feature/reliable-rspec-with-eval-script.tar.gz |
Check for element before evaluate_scriptfeature/reliable-rspec-with-eval-script
Tip from
https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r-- | changelogs/unreleased/feature-reliable-rspec-with-eval-script.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/feature-reliable-rspec-with-eval-script.yml b/changelogs/unreleased/feature-reliable-rspec-with-eval-script.yml new file mode 100644 index 00000000000..1f36d84092a --- /dev/null +++ b/changelogs/unreleased/feature-reliable-rspec-with-eval-script.yml @@ -0,0 +1,5 @@ +--- +title: Get true failure from evalulate_script by checking for element beforehand +merge_request: 14898 +author: +type: fixed |