Skip to content

Commit 98061c8

Browse files
Fix typo
1 parent 23eb985 commit 98061c8

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)