Skip to content

Commit

Permalink
chore: update test url
Browse files Browse the repository at this point in the history
  • Loading branch information
Joselito Nascimento | Stone committed Nov 7, 2018
1 parent 502ff49 commit 0ea376d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const customCode = false;

module.exports = {
main: (browser) => {
browser.url(`http://localhost:8777/packages/${component}/${customCode ? 'public/regression' : 'public'}/index.html`);
browser.url(`http://localhost:8777/${customCode ? 'regression' : ''}/index.html`);
for (let i = 1; i <= 8; i++) { // eslint-disable-line
browser.execute(function (data) { // eslint-disable-line
const select = document.querySelector('sling-select');
Expand Down

0 comments on commit 0ea376d

Please sign in to comment.