summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-10-16 12:37:52 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-10-16 15:19:15 -0500
commit758fc7a7919ec427dde5ddd52f15f5cfaca1fea5 (patch)
treeae04d0a2131350090cef39a905857dc61d0a5016 /changelogs/unreleased
parent96d8c7fff114911faa7d3e1b6322c2b9e3377e9b (diff)
downloadgitlab-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.yml5
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