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 cd058ac commit 8745d58Copy full SHA for 8745d58
dev/tests/integration/testsuite/Magento/ConfigurableProduct/Controller/CartTest.php
@@ -32,7 +32,7 @@ public function testConfigureActionWithConfigurableProduct()
32
$this->assertSessionMessages($this->isEmpty(), \Magento\Framework\Message\MessageInterface::TYPE_ERROR);
33
34
$this->assertSelectCount(
35
- 'button[type="button"][title="Update Cart"]',
+ 'button[type="submit"][title="Update Cart"]',
36
1,
37
$response->getBody(),
38
'Response for configurable product doesn\'t contain "Update Cart" button'
0 commit comments