-
Notifications
You must be signed in to change notification settings - Fork 64
Add opposite checking steps part2 #68
Add opposite checking steps part2 #68
Conversation
Added steps for entering random numbers (alfa-laboratory#60)
fork update
* без учёта порядка элементов | ||
*/ | ||
@SuppressWarnings("unchecked") | ||
@Тогда("^список \"([^\"]*)\" со страницы не совпадает со списком \"([^\"]*)\"$") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
кажется это не очень конкретный шаг. если хотя бы по одному элементу произойдет не совпадение - шаг пройдет и будет не понятно, это корректное поведение или нет. проверками того, что список соответствует ожидаемому или содержит/не содержит элемент можно покрыть все нужные кейсы
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
УДалил
* Проверка, что поле редактируемо | ||
*/ | ||
@Тогда("^(?:поле|элемент) \"([^\"]*)\" (?:доступно|доступен) для редактирования$") | ||
public void fieldIsEnabled(String elementName) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
излишне. когда в поле вводится значение неявно происходит проверка того, что оно редактируемо. соответственно, поле можно и желательно проверять введя туда тест и проверив, что он отобразился как ожидалось.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Удалил
Add opposite checking steps part2 (alfa-laboratory#68)
No description provided.