We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887afb4 commit 421e77bCopy full SHA for 421e77b
dev/tests/functional/lib/Mtf/Client/Element/SelectstoreElement.php
@@ -63,7 +63,7 @@ public function setValue($value)
63
. $pieces[2] . '")]';
64
}
65
66
- $option = $this->_context->find($optionLocator, Locator::SELECTOR_XPATH);
+ $option = $this->context->find($optionLocator, Locator::SELECTOR_XPATH);
67
if (!$option->isVisible()) {
68
throw new \Exception('[' . implode('/', $pieces) . '] option is not visible in store switcher.');
69
0 commit comments