Skip to content

Commit

Permalink
Try fixing ui-tests for 7
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Oct 16, 2024
1 parent e335627 commit 57f68ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/tests/voila.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ test.describe('Voila performance Tests', () => {
const notebookName = 'interactive';
const testFunction = async () => {
await page.goto(`/voila/render/${notebookName}.ipynb`);
await page.waitForSelector('div.widget-slider.widget-hslider');
await page.waitForSelector('.slider-container');
await page.fill('div.widget-readout', '8.00');
await page.keyboard.down('Enter');
await page.fill('div.widget-readout >> text=0', '8.00');
Expand Down

0 comments on commit 57f68ca

Please sign in to comment.