Skip to content

Commit 970220f

Browse files
committed
MAGETWO-66141: Change exist config FAT's
1 parent ce30281 commit 970220f

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Analytics/Test/Block/System/Config

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Analytics/Test/Block/System/Config/AnalyticsForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function isAnalyticsEnabled()
7272
* @param string $state
7373
* @return array|string
7474
*/
75-
public function analyticsToggle($state = 'Enabled')
75+
public function analyticsToggle($state = 'Enable')
7676
{
7777
return $this->_rootElement->find($this->analyticsStatus, Locator::SELECTOR_CSS, 'select')->setValue($state);
7878
}

0 commit comments

Comments
 (0)