Skip to content

Commit 626947d

Browse files
Assertion url changed in testAttemptToOpenTheFormAsLoggedIn test
1 parent 4592185 commit 626947d

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Sales/Controller/Guest

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/Controller/Guest/FormTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function testAttemptToOpenTheFormAsLoggedIn()
5555
{
5656
$this->login(1);
5757
$this->dispatch('sales/guest/form/');
58-
$this->assertRedirect($this->stringContains('customer/account'));
58+
$this->assertRedirect($this->stringContains('sales/order/history'));
5959
}
6060

6161
/**

0 commit comments

Comments
 (0)