test: Added some tests, b=(no-bug), c=tests, workspaces

This commit is contained in:
Mr. M
2025-05-10 14:15:00 +02:00
parent 64293af6f7
commit 5a59eb6902
15 changed files with 109 additions and 19 deletions

View File

@@ -24,5 +24,4 @@ add_task(async function test_Check_Creation() {
ok(workspacesAfterRemove.workspaces.length === 1, 'One workspace should exist.');
ok(workspacesAfterRemove.workspaces[0].uuid === currentWorkspaceUUID, 'The workspace should be the one we started with.');
ok(gBrowser.tabs.length === 2, 'There should be one tab.');
BrowserTestUtils.removeTab(gBrowser.selectedTab);
});