-
Bug
-
Resolution: Done
-
Major
-
None
-
2.6 ER1
-
None
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
3scale 2019-06-17, 3scale 2019-07-01
Master build is failing in the postgres workflow with the following error:
^/opt/rh/rh-ruby24/root/usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require': /opt/rh/rh-ruby24/root/usr/local/share/gems/gems/bundler-1.17.3/lib/bundler/vendor/thor/lib/thor/command.rb:95: Invalid char `\x1D' in expression (SyntaxError)
^
And this cuke in every workflow:
^(: failed steps (:
element click intercepted: Element <a title="... Custom Charge" class="action add fancybox cboxElement" data-autodimensions="true" href="/finance/accounts/3/invoices/1/line_items/new">Add</a> is not clickable at point (1200, 722). Other element would receive the click: <div id="cboxOverlay" style="opacity: 0.9; cursor: pointer; visibility: visible;"></div>
Failing Scenarios:
cucumber -p ci features/old/finance/invoices/line_items.feature:60 # Scenario: Rounding to 2 decimals rounds to 0.01
^