assert combobox has things in it

This commit is contained in:
Rimian Perkins 2017-03-16 13:09:32 +11:00
parent 96ca372b86
commit 118d71cfc7
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ window.Stripe = function() {
componentTest('stripe card', {
template: `{{stripe-card}}`,
test(assert) {
assert.ok(true);
assert.ok(this.$('input[role=combobox]').length);
}
});