mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-29 18:01:31 +00:00
chore: Updated to firefox 142.0, p=#9870
* chore: Updateed to firefox 142.0, b=no-bug, c=l10n, folders * chore: Finish updating to firefox, b=no-bug, c=tabs * chore: Fixed mods builds, b=no-bug, c=mods * feat: Small changes to tabs layout, b=no-bug, c=tabs, compact-mode, folders, workspaces * test: Fixed tests, b=no-bug, c=scripts, tests, folders * test: Fixed tests, b=no-bug, c=tabs, tests, welcome
This commit is contained in:
@@ -41,3 +41,12 @@ add_task(async function test_Basic_Split_Groups_Pinning() {
|
||||
ok(!group.pinned, 'The split group should be unpinned after unpinning a tab');
|
||||
});
|
||||
});
|
||||
|
||||
add_task(async function test_Basic_Unsplit_Group_Removed() {
|
||||
let group;
|
||||
await basicSplitNTabs(async (tabs) => {
|
||||
group = tabs[0].group;
|
||||
});
|
||||
ok(group, 'The split group should exist');
|
||||
ok(!group.parentNode, 'The split group should be removed from the DOM after unsplitting');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user