Skip to content

Commit

Permalink
refactor(tests): remove console log from experiment list test
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodallacqua-hpe committed Nov 1, 2024
1 parent 5076c1e commit 34e28eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webui/react/src/e2e/tests/experimentList.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -713,8 +713,6 @@ test.describe('Experiment List', () => {
await experimentActionDropdown.stopKillModal.footer.pwLocator.getByText('Kill').click();
await experimentActionDropdown.stopKillModal.pwLocator.waitFor({ state: 'hidden' });

// eslint-disable-next-line no-console
console.log((await newExperimentRow.getCellByColumnName('State')).pwLocator.innerText());
const experiments: ExperimentBase[] = JSON.parse(
detExecSync(`project list-experiments --json ${workspace.name} ${project.name}`),
);
Expand Down

0 comments on commit 34e28eb

Please sign in to comment.