-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Зотов Алексей #38
base: main
Are you sure you want to change the base?
Зотов Алексей #38
Conversation
.gitignore
Outdated
@@ -2,3 +2,4 @@ node_modules | |||
cache | |||
.DS_Store | |||
.idea |
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.
Совет. Это должно быть в глобально gitignore твоей системе, а не в проекте
https://www.youtube.com/watch?v=D97rnxDqq1I
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.
Интересно, спасибо, настроил
pages/login.js
Outdated
} | ||
|
||
fillLoginInput(username) { | ||
const loginLocator = this.locators.login; |
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.
Тоже думал об этом, убрал константу
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.
Внимательно просмотрел все файлы, но не нашёл, к чему можно было бы придраться.
Написаны E2E тесты cinemedia.ru:
Отметка о прохождении тестов в allure_report.png