Skip to content

Commit

Permalink
Restore element checks
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Oct 8, 2014
1 parent e73c0e3 commit dbbba42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plone/app/contenttypes/tests/robot/keywords.txt
Expand Up @@ -133,12 +133,14 @@ fill date field

I set the criteria ${type} in row ${number} to the option '${label}'
${criteria_row} = Convert to String .querystring-criteria-wrapper:nth-child(${number})
Page should contain element css=${criteria_row} .querystring-criteria-${type} .select2-choice
Click Element css=${criteria_row} .querystring-criteria-${type} .select2-choice
Input text jquery=.select2-search:visible .select2-input ${label}\n
# Click Element xpath=//div[@class='select2-result-label']/descendant-or-self::*[contains(text(), '${label}')]

I set the criteria ${type} in row ${number} to the options '${label}'
${criteria_row} = Convert to String .querystring-criteria-wrapper:nth-child(${number})
Page should contain element css=${criteria_row} .querystring-criteria-${type} .select2-choices
Click Element css=${criteria_row} .querystring-criteria-${type} .select2-choices
Click Element xpath=//div[@class='select2-result-label']/descendant-or-self::*[contains(text(), '${label}')]

Expand Down

0 comments on commit dbbba42

Please sign in to comment.