Age | Commit message (Collapse) | Author |
|
|
|
|
|
Transition from require to webpack
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
optimization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit eae2e182940f34050c464c3c7f0e406934578969.
|
|
This reverts commit 20d93106c8d373a5438d6d69bff38c7ecd393d5a.
|
|
This reverts commit 652c1109ab0793fc7f3431d5ebf911c0bb6a72f2.
|
|
|
|
|
|
|
|
The hidden label was overlapping the placeholder and this was preventing the
user to click
|
|
|
|
with @thaissiqueira
|
|
With @thaissiqueira.
|
|
with @thaissiqueira
|
|
We noticed we had timeout issues while waiting for an email in inbox.
To solve this, we stopped using deferred in async calls and used
@wait_for instead. With @thaissiqueira.
|
|
With @thaissiqueira.
|
|
with @thaissiqueira
|
|
We were using the Selenium native find_element in a few places, which
could raise a TimeoutException. I changed to use our timed out version
and also renamed the internal methods to prevent misuse
|