mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
.wiki-link is now a button so we can't test href attribute
This commit is contained in:
@@ -36,7 +36,6 @@ describe('iD.uiFieldWikipedia', function() {
|
||||
wikipedia.tags({wikipedia: 'en:Title'});
|
||||
expect(iD.utilGetSetValue(selection.selectAll('.wiki-lang'))).to.equal('English');
|
||||
expect(iD.utilGetSetValue(selection.selectAll('.wiki-title'))).to.equal('Title');
|
||||
expect(selection.selectAll('.wiki-link').attr('href')).to.equal('https://en.wikipedia.org/wiki/Title');
|
||||
});
|
||||
|
||||
it('sets language, value, wikidata', function() {
|
||||
|
||||
Reference in New Issue
Block a user