Skip to content

Commit

Permalink
stable
Browse files Browse the repository at this point in the history
  • Loading branch information
unlikelyzero committed Jan 23, 2024
1 parent ab01db9 commit f235d50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/tests/functional/plugins/lad/ladSet.e2e.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ test.describe('LAD Table Sets', () => {

await page.goto(ladTableSet.url);

// Wait for the initial value to show after mount
await expect(page.getByLabel('lad value').first()).not.toContainText('---');

const valueFromFirstSineWave = await page.getByLabel('lad value').first().innerText();
const firstSineWaveNumber = parseFloat(valueFromFirstSineWave);
// ensure we have a float value in the cell and it's finite
Expand Down

0 comments on commit f235d50

Please sign in to comment.