We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9489f29 commit 37fc68eCopy full SHA for 37fc68e
packages/matrix/tests/skills.spec.ts
@@ -181,9 +181,6 @@ test.describe('Skills', () => {
181
page,
182
}) => {
183
await login(page, 'user1', 'pass', { url: appURL });
184
- // await getRoomId(page);
185
- // await expect(page.locator('[data-test-new-session]')).toHaveCount(1);
186
- // await expect(page.locator('[data-test-skill-menu]')).toHaveCount(1);
187
188
await page.locator('[data-test-submode-switcher] button').click();
189
await page.locator('[data-test-boxel-menu-item-text="Code"]').click();
0 commit comments