diff options
author | Jasper Maes <jaspermaes.jm@gmail.com> | 2018-06-20 19:36:15 +0200 |
---|---|---|
committer | Jasper Maes <jaspermaes.jm@gmail.com> | 2018-06-20 20:02:05 +0200 |
commit | 2c15890edcf6b292e52e6fcbf6d2d1a7ef0aabe0 (patch) | |
tree | 5a6db12c9468734a37861e6c199bcdd3c03ab927 /changelogs | |
parent | abc6be62a06349f395da0b33e814512ef15c06fb (diff) | |
download | gitlab-ce-2c15890edcf6b292e52e6fcbf6d2d1a7ef0aabe0.tar.gz |
Rails 5 fix Capybara::ElementNotFound: Unable to find visible css #modal-revert-commit and expected: "/bar" got: "/foo"
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/rails5-fix-48140.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/rails5-fix-48140.yml b/changelogs/unreleased/rails5-fix-48140.yml new file mode 100644 index 00000000000..a6992803e5a --- /dev/null +++ b/changelogs/unreleased/rails5-fix-48140.yml @@ -0,0 +1,6 @@ +--- +title: 'Rails 5 fix Capybara::ElementNotFound: Unable to find visible css #modal-revert-commit + and expected: "/bar" got: "/foo"' +merge_request: 20044 +author: Jasper Maes +type: fixed |