Skip to content

Commit 38ad07c

Browse files
committed
boom: business logic!
1 parent 31e52a5 commit 38ad07c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/background/services/paymentManager.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,9 @@ export class PaymentManager {
489489
const session = stream.iter.next().value;
490490
if (session) {
491491
yield session;
492+
if (!stream.isTopFrame) {
493+
self.toNextFrame();
494+
}
492495
} else {
493496
self.toNextFrame();
494497
}

tests/e2e/fixtures/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const BUILD_DIR = DIST_DIR;
2626
// https://playwright.dev/docs/auth#basic-shared-account-in-all-tests
2727
export const authFile = path.join(
2828
testDir,
29-
'test-results',
29+
// 'test-results',
3030
'.auth',
3131
'rafiki-money.json',
3232
);

0 commit comments

Comments
 (0)