fix camera upload folder
This commit is contained in:
parent
81d876b3cd
commit
cb8119840a
28 changed files with 520 additions and 105 deletions
|
@ -51,6 +51,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
});
|
||||
|
||||
test('selected tab has iron-selected class', function() {
|
||||
Polymer.dom.flush();
|
||||
assert.isTrue(tabs.querySelector('[name=bar]').classList.contains('iron-selected'));
|
||||
});
|
||||
|
||||
|
@ -71,6 +72,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
});
|
||||
|
||||
test('selected tab has iron-selected class', function() {
|
||||
Polymer.dom.flush();
|
||||
assert.isTrue(tab.classList.contains('iron-selected'));
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue