1
0
mirror of synced 2026-08-04 06:06:55 +00:00

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