Skip to content

Commit 4d37daa

Browse files
MarcialRosalesmergify[bot]
authored andcommitted
Fix typo
(cherry picked from commit 98061c8)
1 parent 3ebbad1 commit 4d37daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selenium/test/vhosts/admin-vhosts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe('Virtual Hosts in Admin tab', function () {
107107
let vhost = "test_" + Math.floor(Math.random() * 1000)
108108
before(async function() {
109109
log("Creating vhost")
110-
createVhost(getManagementUrl(), basicAuthorization('administraotor', 'guest'),
110+
createVhost(getManagementUrl(), basicAuthorization('administrator', 'guest'),
111111
vhost, "selenium", "selenium-tag")
112112
// await overview.clickOnOverviewTab()
113113
await overview.clickOnAdminTab()

0 commit comments

Comments
 (0)