Skip to content

Commit

Permalink
fix accounts acceptance test url
Browse files Browse the repository at this point in the history
  • Loading branch information
fschade authored and saw-jan committed Feb 22, 2022
1 parent b16c839 commit d12e58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/pageObjects/accountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { join } = require('../helpers/path')

module.exports = {
url: function () {
return join(this.api.launchUrl, '/index.html#/account/')
return join(this.api.launchUrl, '/#/account/')
},
commands: {
/**
Expand Down

0 comments on commit d12e58a

Please sign in to comment.