Skip to content

Commit

Permalink
#57 Fix removing tehtävä
Browse files Browse the repository at this point in the history
  • Loading branch information
ilesoft authored Nov 19, 2024
2 parents cef4fea + a6eb314 commit 29e1146
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 17 additions & 0 deletions web/robot/perustoiminnot.robot
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,23 @@ Lisätään tehtäviä tyhjään sarjaan
Lisätään tehtäviä vartioita sisältävään sarjaan
Comment luo kisapistetehtävä harmaa

Poistetaan tehtävä sarjasta
Click Link määrittele kisan perustiedot
Location Should Be ${KIPA_URL}/${TESTIKISA}/${KISAN_MAARITYS_URL}/
Title Should Be Kipa - Määritä kisa
Input Text id_sarja_set-0-nimi sininen
Input Text id_sarja_set-1-nimi harmaa
Input Text id_sarja_set-2-nimi valkoinen
Click Button tallenna
Open Competition
luo kisapistetehtävä harmaa
Open Competition
Open Sub Page Verify Location And Title määrittele tehtävät ${TEHTAVAN_MAARITYS_URL} ${TEHTAVAN_MAARITYS_OTSIKKO}
Click Link harmaa
Select Checkbox xpath://ul[label[text() = 'Delete:' or text() = 'Poista:']]/input[@type='checkbox' and not(ancestor::div[contains(@style,'display: none')])]
Click Button xpath://button[@type='submit' and contains(., 'Poista valitut') and not(ancestor::div[contains(@style,'display: none')])]
Wait Until Keyword Succeeds 10 sec 2 sec Title Should Be ${TEHTAVAN_MAARITYS_OTSIKKO}

Poistetaan tyhjä sarja kisasta
[Documentation] sininen
Click Link määrittele kisan perustiedot
Expand Down
5 changes: 2 additions & 3 deletions web/robot/yhteiset_resurssit.resource
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,14 @@ luo kisapistetehtävä
[Arguments] ${sarja}
Open Sub Page Verify Location And Title määrittele tehtävät ${TEHTAVAN_MAARITYS_URL} ${TEHTAVAN_MAARITYS_OTSIKKO}
Run Keyword And Ignore Error Click Link ${sarja}
Click Link Lisää uusi tehtävä
Title Should Be Kipa - Uusi tehtävä
Click Link xpath://a[contains(., 'Lisää uusi tehtävä') and not(ancestor::div[contains(@style,'display: none')])]
Input Text tehtava_#1_nimi kisapiste_testi_${sarja}
Element Should Not Be Visible tehtava_#1_#0_tyyppi_kp_a
Select Radio Button tehtava_#1_#0_tyyppi kp
Element Should Be Visible tehtava_#1_#0_tyyppi_kp_a
Input Text tehtava_#1_#0_tyyppi_kp_a testikuvaus
click button tallenna
Wait Until Keyword Succeeds 10 sec 1 sec Title Should Be Kipa - kisapiste_testi_${sarja}
Wait Until Keyword Succeeds 10 sec 1 sec Title Should Be Kipa - kisapiste_testi_${sarja} (${sarja})
Location Should Contain talletettu
Open Competition
Open Sub Page Verify Location And Title määrittele tehtävät ${TEHTAVAN_MAARITYS_URL} ${TEHTAVAN_MAARITYS_OTSIKKO}
Expand Down
1 change: 0 additions & 1 deletion web/templates/tupa/maaritaValitseTehtava.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
<h3><a href="uusi/sarja/{{ sarake.id }}/">Lisää uusi tehtävä</a> </h3>
<h3><a href="kopioi/sarjaan/{{ sarake.id }}/">Kopioi tehtäviä tähän sarjaan</a> </h3>
{% include "tupa/poista.html" %}
</form>
{% endblock%}

0 comments on commit 29e1146

Please sign in to comment.