Skip to content

Commit

Permalink
Backed out changeset 9cbdae9215d2 (bug 1901667) for causing xpcshell …
Browse files Browse the repository at this point in the history
…failures on test_commands_closetab.js. CLOSED TREE

UltraBlame original commit: a65d3114810a62a84cfcf44238cbb3d973dc64c1
  • Loading branch information
marco-c committed Jun 19, 2024
1 parent ad8d51e commit 40a7941
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 372 deletions.
130 changes: 13 additions & 117 deletions services/fxaccounts/tests/browser/browser_verify_remotetabs_notif.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,6 @@ mjs
)
;
const
l10n
=
new
Localization
(
[
"
branding
/
brand
.
ftl
"
"
browser
/
accounts
.
ftl
"
]
)
;
const
NOTIFICATION_CLICKED_URL
=
"
Expand Down Expand Up @@ -117,66 +93,26 @@ notification
"
)
;
const
[
expectedTitle
expectedBody
]
=
await
l10n
.
formatValues
setupMockAlertsService
(
[
{
id
title
:
"
account
-
tabs
-
1
Nightly
tab
closed
-
remotely
"
args
:
{
closedCount
:
1
}
}
{
id
body
:
"
account
-
view
-
View
recently
-
closed
-
tabs
"
}
]
)
;
setupMockAlertsService
(
{
title
:
expectedTitle
body
:
expectedBody
}
)
;
let
Expand Down Expand Up @@ -346,66 +282,26 @@ notification
"
)
;
const
[
expectedTitle
expectedBody
]
=
await
l10n
.
formatValues
setupMockAlertsService
(
[
{
id
title
:
"
account
-
2
Nightly
tabs
-
closed
-
remotely
"
args
:
{
closedCount
:
2
}
}
{
id
body
:
"
account
-
view
-
View
recently
-
closed
-
tabs
"
}
]
)
;
setupMockAlertsService
(
{
title
:
expectedTitle
body
:
expectedBody
}
)
;
let
Expand Down
Loading

0 comments on commit 40a7941

Please sign in to comment.