Merge pull request #20134 from timvandermeij/fix-intermittent-scripting

Fix intermittent failure in the "must check that the computed value is correct" scripting integration test
This commit is contained in:
Tim van der Meij 2025-07-29 20:04:51 +02:00 committed by GitHub
commit e48563ab5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2392,9 +2392,7 @@ describe("Interaction", () => {
pages.map(async ([browserName, page], i) => {
await waitForScripting(page);
const inputSelector = getSelector("33R");
await page.click(inputSelector);
await page.type(inputSelector, "7");
await typeAndWaitForSandbox(page, getSelector("33R"), "7");
await page.click(getSelector("34R"));
await page.waitForFunction(
`${getQuerySelector("35R")}.value === "324,00"`