Javi Martín
0cec581ec0
Add and apply Capybara/RSpec/HaveSelector rule
...
This rule was added in rubocop-capybara 2.19.0. We were following it
about 85% of the time.
Now we won't have to check both have_css and have_selector when
searching the code.
2023-11-08 14:18:16 +01:00
Javi Martín
4cbf945228
Infer type for component specs automatically
2021-09-08 12:39:36 +02:00
Javi Martín
c5a6ee74c4
Fix component specs using "within"
...
These specs were passing because the `within` method does not work in
components specs. We have to use `page.find` instead.
2021-01-09 15:48:12 +01:00
Senén Rodero Rodríguez
e9d52b5e11
Add subnavigation component to targets and goals
...
Add a new SDG component to make easier to create subnavigation menus.
Co-Authored-By: Javi Martín <35156+javierm@users.noreply.github.com >
2020-12-04 15:15:32 +01:00