Skip to content

Commit ba30bd6

Browse files
committed
Fix test
1 parent 097a745 commit ba30bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

special-pages/pages/new-tab/app/activity/integration-tests/activity.page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export class ActivityPage {
208208

209209
expect(calls[2].payload.params).toStrictEqual({
210210
url,
211-
target: 'new-window',
211+
target: 'new-tab',
212212
});
213213

214214
expect(calls[3].payload.params).toStrictEqual({

0 commit comments

Comments
 (0)