Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
plugins
GSEA
Commits
c579f4c0
Commit
c579f4c0
authored
Apr 06, 2020
by
David Hoksza
Browse files
comments
parent
c06ef146
Pipeline
#24434
passed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test.js
View file @
c579f4c0
const
{
Builder
,
By
,
until
}
=
require
(
'
selenium-webdriver
'
);
const
chrome
=
require
(
'
selenium-webdriver/chrome
'
);
// const assert = require('assert');
const
assert
=
require
(
'
chai
'
).
assert
;
const
XMLHttpRequest
=
require
(
"
xmlhttprequest
"
).
XMLHttpRequest
;
...
...
@@ -158,14 +157,11 @@ describe('GSEA plugin', async function() {
});
assert
.
equal
(
cnt
,
0
);
})
})
});
after
(
async
function
finishWebDriver
()
{
await
driver
.
quit
();
});
});
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment