Tests: fix CSS selector
This commit is contained in:
parent
9d98541b2c
commit
fb6b0f4d9b
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ describe('L.U.Map', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('should update title bar (umap format import)', function () {
|
it('should update title bar (umap format import)', function () {
|
||||||
var title = qs('#map div.umap-main-edit-toolbox h3 a.umap-click-to-edit')
|
var title = qs('#map div.umap-main-edit-toolbox a.map-name')
|
||||||
assert.equal(title.innerHTML, 'Imported map')
|
assert.equal(title.innerHTML, 'Imported map')
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue