mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 06:17:44 +01:00
Fixed image path in test
This commit is contained in:
parent
d7c099bcbb
commit
9beacf7ef3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ describe('maputnik', function() {
|
|||
browser.waitForExist(".maputnik-toolbar-link");
|
||||
|
||||
var src = browser.getAttribute(".maputnik-toolbar-link img", "src");
|
||||
assert.equal(src, config.baseUrl+'/img/maputnik.png');
|
||||
assert.equal(src, config.baseUrl+'/img/logo-color.svg');
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue