Skip to content

Commit

Permalink
updates tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apburnie committed May 12, 2022
1 parent 66c7b24 commit ae32d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/client/src/__tests__/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ describe('End-to-end Tests', () => {

//Go to Object
const objectLink = await page.$(
'div#txview > div:nth-child(4) > div:nth-child(2)'
'div#txview > div:nth-child(5) > div:nth-child(2) > ul > li:first-child > a'
);
await objectLink.click();
const el = await page.$('#objectID');
Expand Down

0 comments on commit ae32d2f

Please sign in to comment.