Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodallacqua-hpe committed Oct 18, 2024
1 parent b255ca9 commit 5300545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webui/react/src/e2e/tests/experimentList.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { ExperimentBase } from 'types';
test.describe('Experiment List', () => {
let projectDetailsPage: ProjectDetails;
// trial click to wait for the element to be stable won't work here
const waitTableStable = async (timeout?:number) => await projectDetailsPage._page.waitForTimeout(timeout ?? 2_000);
const waitTableStable = async (timeout?: number) =>
await projectDetailsPage._page.waitForTimeout(timeout ?? 2_000);
const getCount = async () => {
const count =
await projectDetailsPage.f_experimentList.tableActionBar.count.pwLocator.textContent();
Expand Down

0 comments on commit 5300545

Please sign in to comment.