Skip to content

Commit

Permalink
feat(postcode-lookup): BREAKING CHANGE: Update PL version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilip committed Jun 10, 2024
1 parent a05e832 commit 2343db5
Show file tree
Hide file tree
Showing 4 changed files with 16,098 additions and 10,693 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
["ie11", "esm", "umd"].forEach(file => {
["esm", "umd"].forEach(file => {
describe(file.toLocaleUpperCase(), () => {
before(() => {
cy.setup(`./example/${file}.html`);
Expand All @@ -19,7 +19,7 @@
cy.wait(1000);
cy.get(".idpc-select").select("0")
cy.wait(1000);
cy.get("#line_1").should('have.value', 'L L Consultancy Ltd');
cy.get("#line_1").should('have.value', 'Coronado Interiors Ltd');
cy.get("#line_2").should('have.value', '2 Stamford Square');
cy.get("#post_town").should('have.value', 'London');
cy.get("#postcode").should('have.value', 'SW15 2BF');
Expand Down
65 changes: 0 additions & 65 deletions example/ie11.html

This file was deleted.

Loading

0 comments on commit 2343db5

Please sign in to comment.