UNPKG
selenium-atoms
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.0
selenium atoms
github.com/xudafeng/selenium-atoms
xudafeng/selenium-atoms
selenium-atoms
/
test
/
selenium-atoms.test.js
11 lines
(8 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
const
Atoms
=
require
(
'..'
);
const
assert =
require
(
'assert'
);
describe
(
'test'
,
function
(
) {
it
(
'should be ok'
,
function
(
) { assert.
ok
(
Atoms
.
getByName
(
'click'
)); }); });