Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2022-10-14 21:49:18 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-10-14 21:49:18 +0300
commit007915bc0a1531ee2b437ee3491275b201a2bb88 (patch)
treea56e0919dc6f46a30e7c53fd4f858c6427c706f7 /test/selenium
parentfbdca09dd018e4e82ab1de8dda80ebdb76bd6dc3 (diff)
parentdcdbcc019b3949167034724e75e8539c8d7d3fc1 (diff)
Merge branch 'QA_5_2'
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/selenium')
-rw-r--r--test/selenium/TestBase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/selenium/TestBase.php b/test/selenium/TestBase.php
index d62c667423..076f21cbab 100644
--- a/test/selenium/TestBase.php
+++ b/test/selenium/TestBase.php
@@ -140,7 +140,7 @@ abstract class TestBase extends TestCase
// The session Id is only used by BrowserStack
if ($this->hasBrowserstackConfig()) {
- $this->sessionId = $this->webDriver->getSessionId();
+ $this->sessionId = $this->webDriver->getSessionID();
}
$this->navigateTo('');