Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions dashboard/e2e/tree-listing.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,6 @@ test.describe('Tree Listing Page Tests', () => {
).toBeVisible();
});

test('change time interval', async ({ page }) => {
await expect(page.locator(COMMON_SELECTORS.tableRow).first()).toBeVisible();

const intervalInput = page
.locator(TREE_LISTING_SELECTORS.intervalInput)
.first();
await expect(intervalInput).toBeVisible();

await intervalInput.fill('14');

await page.waitForTimeout(DEFAULT_ACTION_TIMEOUT);

await expect(intervalInput).toHaveValue('14');
});

test('change table size', async ({ page }) => {
await expect(page.locator(TREE_LISTING_SELECTORS.table)).toBeVisible();

Expand Down
Loading