Converting from Selenium, we end up with code like

$this->drupalGet('/admin/structure/types');

For this to work in a non-clean-url environment (like PIFR test) it needs to have the leading '/' removed.
so it should be
$this->drupalGet('admin/structure/types');

CommentFileSizeAuthor
#1 818588-remote-leading-slash.patch748 bytesboombatower

Comments

boombatower’s picture

Assigned: Unassigned » boombatower
Status: Active » Needs review
StatusFileSize
new748 bytes

This ought to do it.

Status: Needs review » Needs work

The last submitted patch, 818588-remote-leading-slash.patch, failed testing.