File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
dev/tests/functional/tests/app/Magento/Install/Test/Block Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class Install extends Block
40
40
*
41
41
* @var string
42
42
*/
43
- protected $ launchAdmin = " //*[@type='button'] " ;
43
+ protected $ launchAdmin = ' .btn-large.btn-prime ' ;
44
44
45
45
/**
46
46
* Click on 'Install Now' button.
@@ -50,7 +50,7 @@ class Install extends Block
50
50
public function clickInstallNow ()
51
51
{
52
52
$ this ->_rootElement ->find ($ this ->installNow , Locator::SELECTOR_XPATH )->click ();
53
- $ this ->waitForElementVisible ($ this ->launchAdmin , Locator::SELECTOR_XPATH );
53
+ $ this ->waitForElementVisible ($ this ->launchAdmin , Locator::SELECTOR_CSS );
54
54
}
55
55
56
56
/**
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class Landing extends Block
19
19
*
20
20
* @var string
21
21
*/
22
- protected $ agreeAndSetup = '.btn-lg .btn-primary ' ;
22
+ protected $ agreeAndSetup = '.btn-prime .btn-submit ' ;
23
23
24
24
/**
25
25
* 'Terms & Agreement' link.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class License extends Block
19
19
*
20
20
* @var string
21
21
*/
22
- protected $ back = '.btn.btn-large.btn-prime ' ;
22
+ protected $ back = '[ng-click="nextState()"] ' ;
23
23
24
24
/**
25
25
* License text.
You can’t perform that action at this time.
0 commit comments