We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2719739 commit f49f49eCopy full SHA for f49f49e
tests/suites/sidebar/sidebar.test.ts
@@ -91,7 +91,7 @@ test.describe('Test Sidebar', async () => {
91
expect(itemsCount).toBeGreaterThan(0);
92
});
93
94
- test.only('Can toggle experiments in settings', async ({page}) => {
+ test('Can toggle experiments in settings', async ({page}) => {
95
const sidebar = new Sidebar(page);
96
await sidebar.clickSettings();
97
await page.waitForTimeout(500); // Wait for animation
0 commit comments