fix camera upload folder

This commit is contained in:
Luke Pulverenti 2015-11-02 23:34:47 -05:00
parent 81d876b3cd
commit cb8119840a
28 changed files with 520 additions and 105 deletions

View file

@ -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'));
});