openstreetmap-website/test
Andy Allan 6f471c72c9 Wait for the button to be disabled, before checking the tooltip behaviour
Rather than sleeping for a fixed period, we can use Capybara's built-in
ability to wait for elements to be present. Since we're only changing
the state of existing elements though, we need to wait for their
"disabled" property to be set.

Fixes some timing-related problems with the test suite.
2022-12-21 17:08:51 +00:00
..
abilities Ensure that test utility methods are marked as private 2020-10-28 11:49:01 +01:00
controllers Add more testcases to changesets_controller 2022-11-30 22:32:20 +01:00
factories Add some basic testing of issue_comment model 2022-05-06 12:38:17 +01:00
gpx/fixtures Remove unused directories 2020-03-18 15:04:18 +01:00
helpers Merge pull request #3676 from harry-wood/notes-disappear-time 2022-11-23 15:44:26 +00:00
http Remove npemap as a source for UK postcodes 2018-02-04 15:14:41 +00:00
integration Test that verified emails from OAuth signups are accepted automatically 2022-07-26 17:33:59 +01:00
javascripts Replace querystring parser with qs yarn module 2020-08-06 20:51:55 +01:00
jobs Send trace import result notification immediately 2019-07-15 21:45:07 +01:00
lib Use fallbacks for OCI resource names 2022-12-14 14:54:01 +00:00
mailers Add a test for i18n interpolation into plain and html parts 2020-12-02 13:02:25 +00:00
models Fix new rubocop warnings 2022-09-09 22:45:58 +01:00
system Wait for the button to be disabled, before checking the tooltip behaviour 2022-12-21 17:08:51 +00:00
validators Fix new rubocop warnings 2022-03-15 19:24:09 +00:00
application_system_test_case.rb Switch to using selenium for system tests 2020-04-22 13:51:37 +01:00
test_helper.rb Fix some Naming/AccessorMethodName rubocop warnings 2022-03-08 19:10:05 +00:00