pull/5370/head
lianahus 2 years ago committed by Aniket
parent 7ac9ddfd91
commit f2ae30ee69
  1. 2
      apps/remix-ide-e2e/src/tests/importFromGithub.test.ts
  2. 2
      apps/remix-ide/src/app/ui/landing-page/landing-page.js

@ -18,7 +18,7 @@ module.exports = {
browser.clickLaunchIcon('home')
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.clickLaunchIcon('filePanel')
.click('div[title="Home"]')
.click('div[title="Remix Home"]')
.waitForElementVisible('button[data-id="landingPageImportFromGitHubButton"]')
.pause(1000)
.click('button[data-id="landingPageImportFromGitHubButton"]')

@ -9,7 +9,7 @@ const profile = {
displayName: 'Home',
methods: [],
events: [],
description: 'Remix home tab ',
description: 'Remix home',
icon: 'assets/img/home.webp',
location: 'mainPanel',
version: packageJson.version

Loading…
Cancel
Save