Skip to content

Commit

Permalink
fix education to ISCED 2011 specification + add translation for all
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrr committed Dec 21, 2024
1 parent 3e85ba9 commit 87a8ad1
Show file tree
Hide file tree
Showing 5 changed files with 102,813 additions and 10,337 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe("Demographics", () => {

cy.get(`input[type="button"][value="Next"]`).click({ force: true });

cy.get(`[data-name="education_US"] input[value="2"]`).click({
cy.get(`[data-name="education_US"] input[value="Doctorate"]`).click({
force: true,
});

Expand Down Expand Up @@ -124,10 +124,12 @@ describe("Demographics", () => {

cy.get(`input[type="button"][value="Next"]`).click({ force: true });

cy.get(`[data-name="education_iran"] input[value="2"]`).click({
cy.get(`[data-name="education_iran"] input[value="Other (please specify)"]`).click({
force: true,
});

cy.get(`[data-name="other_education_iran"] input`).click().type("Survey Developer");

cy.get(`[data-name="zipcode_iran"] input`).click().type("82919123");

cy.get(
Expand Down
Loading

0 comments on commit 87a8ad1

Please sign in to comment.