We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4592185 commit 626947dCopy full SHA for 626947d
dev/tests/integration/testsuite/Magento/Sales/Controller/Guest/FormTest.php
@@ -55,7 +55,7 @@ public function testAttemptToOpenTheFormAsLoggedIn()
55
{
56
$this->login(1);
57
$this->dispatch('sales/guest/form/');
58
- $this->assertRedirect($this->stringContains('customer/account'));
+ $this->assertRedirect($this->stringContains('sales/order/history'));
59
}
60
61
/**
0 commit comments