File size: 250 Bytes
271613e
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
describe('elements', function () {
  let tool = eruda.get('elements')

  beforeEach(function () {
    eruda.show('elements')
  })

  describe('api', function () {
    it('select element', function () {
      tool.select(document.body)
    })
  })
})