Skip to content

Commit 8745d58

Browse files
author
Volodymyr Zaets
committed
MAGETWO-44405: Unable to change item cart qty from item configure page
- fix integration tests
1 parent cd058ac commit 8745d58

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableProduct/Controller/CartTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testConfigureActionWithConfigurableProduct()
3232
$this->assertSessionMessages($this->isEmpty(), \Magento\Framework\Message\MessageInterface::TYPE_ERROR);
3333

3434
$this->assertSelectCount(
35-
'button[type="button"][title="Update Cart"]',
35+
'button[type="submit"][title="Update Cart"]',
3636
1,
3737
$response->getBody(),
3838
'Response for configurable product doesn\'t contain "Update Cart" button'

0 commit comments

Comments
 (0)