Commit 80e368af authored by ioedeveloper's avatar ioedeveloper Committed by Aniket

Fix plugin manager test

parent 42bc7671
...@@ -6,7 +6,7 @@ class GetInstalledPlugins extends EventEmitter { ...@@ -6,7 +6,7 @@ class GetInstalledPlugins extends EventEmitter {
browser.waitForElementPresent('[plugin]:not([plugin=""]') browser.waitForElementPresent('[plugin]:not([plugin=""]')
.perform((done) => { .perform((done) => {
browser.execute(() => { browser.execute(function() {
const pluginNames = [] const pluginNames = []
const plugins = document.querySelectorAll('[plugin]:not([plugin=""]') const plugins = document.querySelectorAll('[plugin]:not([plugin=""]')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment