Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
Update HomePage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
timstackblock committed Nov 8, 2019
1 parent 8d85f40 commit a2590fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { browser, element, by, By, $, $$, ExpectedConditions, promise, protracto
import { BasePage } from '../spec/BasePage';
import { createWriteStream } from 'fs';

const url = process.env.TEST_URL || 'https://staging-explorer.blockstack.xyz';
const url = process.env.TEST_URL || 'https://explorer.staging.blockstack.xyz/';

export class HomePage extends BasePage {
private callUs = element(by.className("ewXKKG"));
Expand Down

0 comments on commit a2590fb

Please sign in to comment.