An error occurred fetching the project authors.
- 15 Jun, 2018 1 commit
-
-
Eric Eastwood authored
This passed previously because the filtered group search is debounced by 0.5s. The test cleared the input, entered `group1`, cleared the input, entered nothing, and the all of groups are still listed because of the 0.5s debounce hasn't triggered and the test passes before anything is actually filtered. Even if we assert that the list is filtered before clearing the input, the test still fails because the nature of the `fill_in 'filter', with: ""` method is that ["if you're setting the value to "", no keys are ever actually sent, hence no [`input`] event"](https://github.com/teamcapybara/capybara/issues/203#issuecomment-557281) and we never filter back to everything in the list. So the solution is two-fold, add in the assertions that the list is actually filtered after each step. Then use a method that fills the input with proper events fired.
-
- 01 May, 2018 1 commit
-
-
Roger Rüttimann authored
-
- 02 Jan, 2018 1 commit
-
-
Kushal Pandya authored
-
- 12 Oct, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 11 Oct, 2017 1 commit
-
-
Robert Speicher authored
-
- 05 Oct, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 04 Oct, 2017 2 commits
-
-
Kushal Pandya authored
-
Bob Van Landuyt authored
-
- 27 Sep, 2017 1 commit
-
-
Phil Hughes authored
-
- 17 Jul, 2017 1 commit
-
-
Alexander Randa authored
-
- 29 Jun, 2017 1 commit
-
-
Robert Speicher authored
-
- 19 Jun, 2017 1 commit
-
-
Robert Speicher authored
-
- 17 Jun, 2017 1 commit
-
-
Stan Hu authored
-
- 08 Jun, 2017 1 commit
-
-
Alfredo Sumaran authored
-
- 22 May, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 21 Apr, 2017 1 commit
-
-
Jacopo authored
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
-
- 02 Mar, 2017 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Filipa Lacerda authored
-
- 01 Mar, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-