Skip to content

Commit 66c69c0

Browse files
greyivymgurgel
authored andcommitted
Fix test
1 parent 0a95d44 commit 66c69c0

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)