mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 17:52:55 +00:00
Add some namespaces to test labels
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
describe('access', function() {
|
||||
describe('iD.ui.fields.access', function() {
|
||||
var selection, field;
|
||||
beforeEach(function() {
|
||||
selection = d3.select(document.createElement('div'));
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
describe('localized', function() {
|
||||
describe('iD.ui.fields.localized', function() {
|
||||
var selection, field;
|
||||
|
||||
beforeEach(function() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
describe('wikipedia', function() {
|
||||
describe('iD.ui.fields.wikipedia', function() {
|
||||
var entity, context, selection, field, selectedId;
|
||||
|
||||
|
||||
|
||||
@@ -14,6 +14,6 @@ describe('iD.ui.modal', function () {
|
||||
.select('.content')
|
||||
.text('foo');
|
||||
expect(modal).to.be.ok;
|
||||
happen.keydown(document, {keyCode: 27}); // dismiss
|
||||
happen.keydown(document, { keyCode: 27 }); // dismiss
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user