Date: 2025-02-16 10:53:25
Score: 0.5
Natty:
For me a simple After
block does the job without manual initialization in a Before
block.
After("@javascript") do
Capybara.page&.driver&.quit
end
Also see https://stackoverflow.com/a/28559244/520567
Reasons:
- Blacklisted phrase (1): stackoverflow
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- High reputation (-2):
Posted by: akostadinov