I'm using Spock as my testing framework. Everything works fine if I comment 
out all but one row of my where table, but if I try to run more than one 
test in sequence, the second one fails. Initially, it looked like the 
browser session was staying open, so I added a cleanup: block with 
browser.quit(), but now the second run fails immediately saying "Session ID 
is null. Using WebDriver after calling quit()?". I've also tried clearing 
cookies, but the user is still logged in. How can I properly close the 
browser or at least the window between tests so I know that I'll start from 
a fresh slate each test?

-- 
You received this message because you are subscribed to the Google Groups "Geb 
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/geb-user/3579243f-c58f-4032-8d4d-4b34dc8a4e78n%40googlegroups.com.

Reply via email to