class update for e2e

pull/4010/head
aniket-engg 1 year ago
parent 1e6ba4f806
commit 8c3f89de07
  1. 2
      apps/remix-ide-e2e/src/commands/checkAnnotations.ts

@ -3,7 +3,7 @@ import {NightwatchBrowser} from 'nightwatch'
class checkAnnotations extends EventEmitter { class checkAnnotations extends EventEmitter {
command(this: NightwatchBrowser, type: string, line: number): NightwatchBrowser { command(this: NightwatchBrowser, type: string, line: number): NightwatchBrowser {
this.api.assert.containsText(`.glyph-margin-widgets .${type} + div`, line.toString()).perform(() => this.emit('complete')) this.api.assert.containsText(`.glyph-margin-widgets .${type}`, line.toString()).perform(() => this.emit('complete'))
return this return this
} }
} }

Loading…
Cancel
Save