Skip to content

Commit 8daf9a8

Browse files
author
Bohdan Korablov
committed
MAGETWO-55983: Stabilize Extension Manager functional test
1 parent a4faef9 commit 8daf9a8

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Setup/Test/Block/Extension

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Setup/Test/Block/Extension/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Grid extends AbstractGrid
1919
*
2020
* @var string
2121
*/
22-
protected $installButton = "//button[contains(@href, '#install-extension-grid')]";
22+
protected $installButton = "//button[contains(@class, 'goInstall')]";
2323

2424
/**
2525
* Select action of extension on the grid.

0 commit comments

Comments
 (0)