8000
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 4429d7e commit 70c9934Copy full SHA for 70c9934
tests/unit/Codeception/Module/TestsForBrowsers.php
@@ -19,11 +19,11 @@ public function testAmOnSubdomain()
19
{
20
$this->module->_reconfigure(['url' => 'https://google.com']);
21
$this->module->amOnSubdomain('user');
22
- $this->assertEquals('http://user.google.com', $this->module->_getUrl());
+ $this->assertEquals('https://user.google.com', $this->module->_getUrl());
23
24
$this->module->_reconfigure(['url' => 'https://www.google.com']);
25
26
27
}
28
29
public function testOpenAbsoluteUrls()
0 commit comments