Lines 249-255
SKIP: {
Link Here
|
249 |
$driver->get($mainpage . q|?logout.x=1|); |
249 |
$driver->get($mainpage . q|?logout.x=1|); |
250 |
|
250 |
|
251 |
# FIXME This new get should not be needed, but the cookie is not modified right after logout |
251 |
# FIXME This new get should not be needed, but the cookie is not modified right after logout |
252 |
# However it's not the behavour when testing the UI |
252 |
# However it's not the behaviour when testing the UI |
253 |
$driver->get($mainpage); |
253 |
$driver->get($mainpage); |
254 |
|
254 |
|
255 |
# After logout a new cookie is generated, the previous session has been deleted |
255 |
# After logout a new cookie is generated, the previous session has been deleted |
256 |
- |
|
|