class update for e2e

pull/5370/head
aniket-engg 2 years ago
parent 1d2f301260
commit d623d85926
  1. 2
      apps/remix-ide-e2e/src/commands/checkAnnotations.ts

@ -3,7 +3,7 @@ import {NightwatchBrowser} from 'nightwatch'
class checkAnnotations extends EventEmitter {
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
}
}

Loading…
Cancel
Save