Remove unnecessary sign out statements
The `before(:all)` block now signs out, and Capybara resets the session after each test, so there's no need to sign out at the start of each test.
Showing
Please register or sign in to comment
lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours
The `before(:all)` block now signs out, and Capybara resets the session after each test, so there's no need to sign out at the start of each test.