Skip to content

Add opposite checking steps part2 #68

Conversation

snfrolov
Copy link
Contributor

No description provided.

* без учёта порядка элементов
*/
@SuppressWarnings("unchecked")
@Тогда("^список \"([^\"]*)\" со страницы не совпадает со списком \"([^\"]*)\"$")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

кажется это не очень конкретный шаг. если хотя бы по одному элементу произойдет не совпадение - шаг пройдет и будет не понятно, это корректное поведение или нет. проверками того, что список соответствует ожидаемому или содержит/не содержит элемент можно покрыть все нужные кейсы

Copy link
Contributor Author

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) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

излишне. когда в поле вводится значение неявно происходит проверка того, что оно редактируемо. соответственно, поле можно и желательно проверять введя туда тест и проверив, что он отобразился как ожидалось.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Удалил

@GannaChernyshova GannaChernyshova merged commit acdb78f into alfa-laboratory:master May 25, 2018
snfrolov added a commit to snfrolov/akita that referenced this pull request May 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants