Skip to content
This repository was archived by the owner on Mar 21, 2020. It is now read-only.

Commit b51767d

Browse files
committed
test: change xcomponent to zoid (renamed)
1 parent 618e9a5 commit b51767d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/specs/components/PayPalCheckout.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ describe('PayPalCheckout.vue', () => {
9191
expect(div.is('div')).toBe(true);
9292
});
9393

94-
test('has xcomponent class', () => {
95-
expect(checkout.contains('.xcomponent-visible')).toBe(true);
94+
test('has zoid class', () => {
95+
expect(checkout.contains('.zoid-visible')).toBe(true);
9696
});
9797

9898
test('has same HTML structure', () => {

0 commit comments

Comments
 (0)