- 07 Nov, 2022 3 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
There isnt a need to fetch on every line, since the information comes from options
-
Rafael Monnerat authored
On invoices tab, only display invoices Unpaid (missing payments). This makes easy the user know what is pending to pay and on the 'List all' tab, he can search old invoices (and view them all by date)
-
- 02 Nov, 2022 3 commits
-
-
Rafael Monnerat authored
See merge request !444
-
Rafael Monnerat authored
Ensure it wont find any unexpected published notification message.
-
Rafael Monnerat authored
This fails if the website property is set on Live Tests or whenever you run on project specific context.
-
- 01 Nov, 2022 34 commits
-
-
Rafael Monnerat authored
See merge request !438
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Delay a bit before edit for now.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This contains external min code, that isnt so complaint with JSL tests
-
Rafael Monnerat authored
It is not required to a major test on full scenario to test load parameters from text area, neither 2 tests since it cover both cases as before in a much simpler way.
-
Rafael Monnerat authored
Replace tv4 by cfworker json schema and ref-parser
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
It was replaced
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
As exposed by Romain, `parseFromString` does not throw any error if the XML parsing fails. Instead, you have to manually check if there is a `parsererror` element inside the returned document. See: https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/parseFromString#error_handling
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This don't remove jQuery completly, but it allow us to clean up the remaing part
-
Rafael Monnerat authored
It is a useless block
-
Rafael Monnerat authored
Replace tv4 by cfworker-jsonschema in order to support more recent schemas. Use ref-parser rather them custom expandSchema to build a expanded json schema. cfworker json schema was built from https://github.com/cfworker/cfworker/tree/main/packages/json-schema source code.
-
Rafael Monnerat authored
Allow the default sample use Additional Properties for now, a more restricted version of it can be included on another file.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This trigger validator to display error messages. This change isn't ideal, but this is minimal before a major refactoring
-
Rafael Monnerat authored
Click only works when you click on buttons, while change quite often calls getContent/checkValidity, causing the this test to be more stable.
-
Rafael Monnerat authored
Add samples for required on editor parameter (for tests)
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The errors should be properly displayed.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This may contains extremely simple with 1 field of each type for make test parameter easier to be written.
-