Skip to content

Commit

Permalink
chore: update FormSupport test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 committed Nov 26, 2023
1 parent 5b4177b commit 18c9807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/test/specs/FormSupport.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe("Form support", () => {
await submitButton.click();

const formWasSubmitted = await browser.executeAsync(done => {
const expectedFormData = "?input=ok&ta=ok%0D%0Aok&dp=Apr+10%2C+2019&cb=on&radio=b&si=5";
const expectedFormData = "?input=ok&sel=condensed&ta=ok%0D%0Aok&dp=Apr+10%2C+2019&cb=on&radio=b&si=5";
done(location.href.endsWith(expectedFormData));
});
assert.ok(formWasSubmitted, "For was submitted and URL changed");
Expand Down

0 comments on commit 18c9807

Please sign in to comment.