Skip to content
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

fix: change expect #166

Closed
wants to merge 1 commit into from
Closed

fix: change expect #166

wants to merge 1 commit into from

Conversation

alvltab
Copy link
Contributor

@alvltab alvltab commented Jul 21, 2022

change expect from 2 inputs to 3 options as in lesson's instructions

change expect from 2 inputs to 3 options as in lesson's instructions
@ashikov ashikov requested a review from Psixodelik July 21, 2022 10:39
@dzencot
Copy link
Contributor

dzencot commented Jul 25, 2022

тест не проходит

inputs.forEach((input) => {
expect(input).to.have.attr('type', 'text');
});
expect(options).to.have.length(3);
Copy link
Contributor

Choose a reason for hiding this comment

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

Тут изменено поведение теста. Это точно нужно? Опишите пожалуйста какую проблему это решает? Пока не очень понятно для чего убраны проверки инпутов и изменено количество в проверке

Copy link
Contributor

Choose a reason for hiding this comment

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

@alvltab пишите, если нужна помощь по пулреквесту

Copy link
Contributor

Choose a reason for hiding this comment

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

@alvltab Приветствую! Как дела пулреквестом? Нужна какая-то помощь?

@ssssank ssssank closed this Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants