Skip to content

Commit

Permalink
lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
unlikelyzero committed Sep 11, 2023
1 parent 1a0d920 commit 23fdb93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/appActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ async function createPlanFromJSON(page, { name, json, parent = 'mine' }) {
* @returns {Promise<CreatedObjectInfo>} An object containing information about the telemetry object.
*/
async function createExampleTelemetryObject(page, parent = 'mine') {

const parentUrl = await getHashUrlToDomainObject(page, parent);

await page.goto(`${parentUrl}`);
Expand Down

0 comments on commit 23fdb93

Please sign in to comment.