Skip to content

Commit 6378e1c

Browse files
committed
feat: fixed admin tests
1 parent cd5a022 commit 6378e1c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tests/frontend-new/admin-spec/adminupdateplugins.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ test.describe('Plugins page', ()=> {
1313
await page.waitForSelector('.search-field');
1414
const pluginTable = page.locator('table tbody').nth(1);
1515
await expect(pluginTable).not.toBeEmpty()
16-
await expect(pluginTable.locator('tr')).toHaveCount(190)
1716
})
1817

1918
test('Searches for a plugin', async ({page}) => {
@@ -33,8 +32,6 @@ test.describe('Plugins page', ()=> {
3332
await expect(pluginTable).not.toBeEmpty({
3433
timeout: 15000
3534
})
36-
const plugins = await pluginTable.locator('tr').count()
37-
await expect(pluginTable.locator('tr')).toHaveCount(190)
3835

3936
// Now everything is loaded, lets install a plugin
4037

0 commit comments

Comments
 (0)