mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1189842 - Change sync post-login page (about:accounts) to instead direct to account:preferences#sync. r=markh
This commit is contained in:
parent
3065331ac9
commit
cd6628e9c2
@ -186,7 +186,7 @@ let wrapper = {
|
||||
// If the user data is verified, we want it to immediately look like
|
||||
// they are signed in without waiting for messages to bounce around.
|
||||
if (accountData.verified) {
|
||||
show("stage", "manage");
|
||||
openPrefs();
|
||||
}
|
||||
this.injectData("message", { status: "login" });
|
||||
// until we sort out a better UX, just leave the jelly page in place.
|
||||
|
@ -38,6 +38,8 @@ let gTests = [
|
||||
{
|
||||
desc: "Test the remote commands",
|
||||
teardown: function* () {
|
||||
// We remove 2 tabs because when the user is logged-in the sync pref page opens.
|
||||
gBrowser.removeCurrentTab();
|
||||
gBrowser.removeCurrentTab();
|
||||
yield fxAccounts.signOut();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user