Skip to content

Commit e4030f2

Browse files
committed
formatting
1 parent 3ad19b6 commit e4030f2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/specs/boost.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ describe('@boost - Boost', () => {
192192
await tap('RecommendedFeeButton');
193193
await dragOnElement('GRAB', 'right', 0.95); // Swipe to confirm
194194
await waitForToast('BoostSuccessToast');
195-
195+
196196
// check Activity
197197
await elementById('BoostingIcon').waitForDisplayed();
198198
await elementById('ActivityShort-0').waitForDisplayed();

test/specs/lightning.e2e.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ describe('@lightning - Lightning', () => {
166166
await expect(totalBalance).toHaveText('11 000'); // 1k onchain + 10k lightning
167167
await expectTextWithin('ActivitySpending', '10 000');
168168

169-
await console.info('send lightning payment (lightning invoice with amount = 1000) and manually added tag');
169+
await console.info(
170+
'send lightning payment (lightning invoice with amount = 1000) and manually added tag'
171+
);
170172
const value = '1000';
171173
const { paymentRequest: invoice4 } = await lnd.addInvoice({
172174
value: value,

0 commit comments

Comments
 (0)