Skip to content

Commit 7410cc7

Browse files
committed
test(appium): remove .only from image notification test
1 parent 782bc25 commit 7410cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium/tests/specs/02_push.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('Push Subscription', () => {
2222
expect(value).toBe('1');
2323
});
2424

25-
it.only('can send an image notification', async () => {
25+
it('can send an image notification', async () => {
2626
await checkNotification({
2727
buttonId: 'send_image_button',
2828
title: 'Image Notification',

0 commit comments

Comments
 (0)