You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Userforms
Scenario: Operate userforms
And I press the "Save and continue" button # SilverStripe\BehatExtension\Context\BasicContext::stepIPressTheButton()
Save and continue button not found
Failed asserting that null is not null.
SilverStripe\CMS\Tests\Model\SiteTreeTest::testRelativeLink
Matches URLSegment for segment = 0
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'0/'
+'0'
This one probably just needs a Controller::normaliseTrailingSlash() call added to the expected value in the test scenario.
silverstripe/userforms
- 6.1 and 6Failing behat test: https://github.com/silverstripe/silverstripe-userforms/actions/runs/7032661173
silverstripe/cms
- 5.1 and 5Failing PHPUnit test: https://github.com/silverstripe/silverstripe-cms/actions/runs/7010660233
Also affects CI runs for various recipes
This one probably just needs a
Controller::normaliseTrailingSlash()
call added to the expected value in the test scenario.PRs
The text was updated successfully, but these errors were encountered: