Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit cd6e3b9

Browse files
committed
Merge branch '2.3-develop' of github.com:magento/magento2ce into 2.3-develop-prs
2 parents fcd0e97 + 3aa0a16 commit cd6e3b9

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

dev/tests/functional/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"require": {
66
"php": "7.0.2|~7.0.6|~7.1.0",
7-
"magento/mtf": "1.0.0-rc58",
7+
"magento/mtf": "1.0.0-rc59",
88
"allure-framework/allure-phpunit": "~1.2.0",
99
"doctrine/annotations": "1.4.*",
1010
"phpunit/phpunit": "~4.8.0|~5.5.0",

dev/tests/functional/etc/config.xml.dist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
<baseUrl>http://magento2ce.com/</baseUrl>
2828
<backendName>backend</backendName>
2929
</install>
30+
<server>
31+
<item name="selenium">
32+
<item name="resolution" width="1366" height="768" />
33+
</item>
34+
</server>
3035
<handler>
3136
<webapi priority="0">
3237
<token>integration_token</token>

dev/tests/functional/lib/Magento/Mtf/Client/Element/DatepickerElement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public function setValue($value)
6565
{
6666
$date = $this->parseDate($value);
6767
$date[1] = ltrim($date[1], '0');
68+
$this->click();
6869
$this->find($this->datePickerButton, Locator::SELECTOR_XPATH)->click();
6970
$datapicker = $this->find($this->datePickerBlock, Locator::SELECTOR_XPATH);
7071
$datapicker->find($this->datePickerYear, Locator::SELECTOR_XPATH, 'select')->setValue($date[2]);

0 commit comments

Comments
 (0)