Commit d497bede authored by Tobias Munk's avatar Tobias Munk

fixed test

parent d959b3e7
Pipeline #85158 passed with stage
in 3 minutes and 33 seconds
......@@ -43,7 +43,7 @@ class RedirectsCest
$I->selectOption('Redirect[type]', 'Path redirect');
$I->fillField('Redirect[from_path]', '/' . $this->_test_redirect);
$I->fillField('Redirect[to_path]', '/site/index');
$I->selectOption('#redirect-status_code input', 301);
$I->selectOption('#redirect-status_code input', "301");
$I->click('Create');
$I->waitForElementNotVisible('.redirect-form');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment