Skip to content

Commit c459185

Browse files
committed
(Sorry, I can't run integration tests locally)
1 parent ba30bd6 commit c459185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,12 @@ export class ActivityPage {
208208

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

214214
expect(calls[3].payload.params).toStrictEqual({
215215
url,
216-
target: 'new-window',
216+
target: 'new-tab',
217217
});
218218
}
219219

0 commit comments

Comments
 (0)