assert combobox has things in it
This commit is contained in:
parent
96ca372b86
commit
118d71cfc7
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue