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:
commit
e48563ab5d
@ -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"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user