Skip to content

Commit 421e77b

Browse files
committed
MAGETWO-32081: MTF Alternative Web Driver pull request preparation
1 parent 887afb4 commit 421e77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/lib/Mtf/Client/Element/SelectstoreElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function setValue($value)
6363
. $pieces[2] . '")]';
6464
}
6565

66-
$option = $this->_context->find($optionLocator, Locator::SELECTOR_XPATH);
66+
$option = $this->context->find($optionLocator, Locator::SELECTOR_XPATH);
6767
if (!$option->isVisible()) {
6868
throw new \Exception('[' . implode('/', $pieces) . '] option is not visible in store switcher.');
6969
}

0 commit comments

Comments
 (0)