File tree Expand file tree Collapse file tree
features/step_definitions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 expect ( find ( '.main .work' ) ) . to have_content "<TITLE>"
9393end
9494
95- Alors ( 'je peux lire {string} dans la liste des types' ) do |text |
96- expect ( find ( '.list-group' ) ) . to have_content text
97- end
98-
99- Alors ( 'je ne peux pas lire {string} ans la liste des types' ) do |text |
100- expect ( find ( '.list-group' ) ) . not_to have_content text
101- end
102-
103- Alors ( 'je ne peux rien lire dans la liste des types' ) do
104- expect ( find ( '.list-group' ) ) . not_to have_content "Ethnography/Report"
105- expect ( find ( '.list-group' ) ) . not_to have_content "Ethnography/Analysis"
106- expect ( find ( '.list-group' ) ) . not_to have_content "Ethnography/Interview"
107- end
108-
10995Alors ( "je ne vois pas le document intitulé {string}" ) do |title |
11096 expect ( page ) . not_to have_content ( title )
11197end
11298
11399Alors ( "je ne vois pas l'image {string}" ) do |image_name |
114100 expect ( page )
115- end
116-
101+ end
You can’t perform that action at this time.
0 commit comments