Skip to content

Commit

Permalink
fix: korjaa käyttöliittymäteksti lisäömällä puuttuva sisäänkirjautumi…
Browse files Browse the repository at this point in the history
…nen (#567)
  • Loading branch information
haapamakim authored Jan 27, 2023
1 parent a0e6c18 commit 4071879
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ describe("8 - Projektin nahtavillaolovaiheen perustiedot", () => {
});

it("Tallenna nahtavillaolon kuulutustiedot", { scrollBehavior: "center" }, function () {
cy.login("A1");
cy.visit(Cypress.env("host") + "/yllapito/projekti/" + oid + "/nahtavillaolo", { timeout: 30000 });
cy.contains(projektiNimi);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ describe("Projektin henkilot", () => {
cy.get("#save").click();

cy.visit(Cypress.env("host") + "/yllapito/projekti/" + oid + "/henkilot");
cy.get("input[name $='yleinenYhteystieto']").should("have.length", 3);
cy.get("input[name $='yleinenYhteystieto']").last().should("be.disabled").should("be.checked");
});

Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.sourceEncoding=UTF-8
sonar.verbose=true
#sonar.verbose=true
sonar.log.level=INFO
sonar.projectBaseDir=.
sonar.working.directory=.sonar
Expand Down

0 comments on commit 4071879

Please sign in to comment.