fix style issues from @LianaHus

pull/3876/head
Joseph Izang 1 year ago
parent 76778ccede
commit 3124e1b2ed
  1. 4
      apps/remix-ide-e2e/src/tests/staticAnalysis.test.ts
  2. 2
      libs/remix-ui/static-analyser/src/lib/Button/StaticAnalyserButton.tsx

@ -62,7 +62,7 @@ module.exports = {
} }
} }
function runTests(browser: NightwatchBrowser) { function runTests (browser: NightwatchBrowser) {
browser browser
.waitForElementVisible('#icon-panel', 10000) .waitForElementVisible('#icon-panel', 10000)
.clickLaunchIcon('solidity') .clickLaunchIcon('solidity')
@ -81,7 +81,7 @@ function runTests(browser: NightwatchBrowser) {
}) })
} }
function listSelectorContains(textsToFind: string[], selector: string, browser: NightwatchBrowser) { function listSelectorContains (textsToFind: string[], selector: string, browser: NightwatchBrowser) {
browser.execute(function (selector) { browser.execute(function (selector) {
const items = document.querySelectorAll(selector) const items = document.querySelectorAll(selector)
const ret = [] const ret = []

@ -51,7 +51,7 @@ const StaticAnalyserButton = ({
<span className="pl-3 pr-4"> <span className="pl-3 pr-4">
{buttonText} {buttonText}
</span> </span>
</button> </button>
</div> </div>
</CustomTooltip> </CustomTooltip>
) )

Loading…
Cancel
Save