Skip to content

Commit 8056e46

Browse files
committed
ACQE-5377: [Stabilithon] Review and deliver submitted Pull Requests
- update Customer Segment test
1 parent 5000277 commit 8056e46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Section/AdminProductFormConfigurationsSection/AdminProductFormConfigurationsSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<section name="AdminProductFormConfigurationsSection">
1111
<element name="sectionHeader" type="text" selector=".admin__collapsible-block-wrapper[data-index='configurable']"/>
1212
<element name="createdConfigurationsBlock" type="text" selector="div.admin__field.admin__field-wide"/>
13-
<element name="createConfigurations" type="button" selector="button[data-index='create_configurable_products_button']" timeout="40"/>
13+
<element name="createConfigurations" type="button" selector="button[data-index='create_configurable_products_button']" timeout="60"/>
1414
<element name="currentVariationsRows" type="button" selector=".data-row"/>
1515
<element name="currentVariationsNameCells" type="textarea" selector=".admin__control-fields[data-index='name_container']"/>
1616
<element name="currentVariationsSkuCells" type="textarea" selector=".admin__control-fields[data-index='sku_container']"/>

app/code/Magento/Downloadable/Console/Command/DomainsAddCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
7878

7979
foreach (array_diff($this->domainManager->getDomains(), $whitelistBefore) as $newHost) {
8080
$output->writeln(
81-
$newHost . ' was added to the whitelist.'
81+
$newHost . ' was added to the whitelist.' . PHP_EOL
8282
);
8383
}
8484
}

0 commit comments

Comments
 (0)