GitHub user Klaster1 opened a pull request:
https://github.com/apache/ignite/pull/4972 IGNITE-9809 Web console: more minor fixes
1. Update confirmation E2E selectors so these work when multiple modals are opened.
2. Update TestCafe to 0.22.0.
3. Update reduxDevtoolsIntegration.js so it doesn't crash when there's a Promise in action payload.
4. Fix form-field postfix position in browsers that don't support [place-self](
https://developer.mozilla.org/en-US/docs/Web/CSS/place-self) (Edge and Safari).
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-9809-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4972.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4972
----
commit aa6ec6923e560c6242ee24853342c0359bdd118d
Author: Ilya Borisov <klaster1@...>
Date: 2018-10-12T09:45:14Z
IGNITE-9809 Update TestCafe to 0.22.0.
commit fd452c50d770007f0e3f6066917d2137a77f73f6
Author: Ilya Borisov <klaster1@...>
Date: 2018-10-12T09:45:31Z
IGNITE-9809 Update confirmation E2E selectors so these work when multiple modals are opened.
commit 0da30dc7ebe350e38afed07a967f3f95fad64cfd
Author: Ilya Borisov <klaster1@...>
Date: 2018-10-12T09:45:50Z
IGNITE-9809 Update reduxDevtoolsIntegration.js so it doesn't crash when there's a Promise in action payload.
commit 3c83222df148e4ae0fe51aba1da2c28ce45118a3
Author: Ilya Borisov <klaster1@...>
Date: 2018-10-12T09:46:12Z
IGNITE-9809 Fix form-field postfix position in browsers that don't support place-self.
----
---