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

Отсутствуют типы для метода moveCursorTo #871

Closed
1 task
hheimerd opened this issue Mar 13, 2024 · 1 comment
Closed
1 task

Отсутствуют типы для метода moveCursorTo #871

hheimerd opened this issue Mar 13, 2024 · 1 comment
Assignees

Comments

@hheimerd
Copy link

hheimerd commented Mar 13, 2024

Verify latest release

  • I verified that the issue exists in the latest Hermione release

Hermione version

8.3.0

Which area(s) of Hermione are affected? (leave empty if unsure)

No response

Link to the code that reproduces this issue or a replay of the bug

No response

Reproduction steps

  1. npm init hermione-app my-example
  2. зайти в hermione-tests/example.hermione.ts
  3. добавить внутрь it код browser.$("...").moveCursorTo()

Describe the Bug

Для временного метода moveCursorTo отстутствуют типы. Он был добавлен через addCommand, однако типы в PR #842 не были добавлены

Expected Behavior

Нужно определить типы для этой команды, даже учитывая, что она временная. Так же стоит добавить директиву @deprecated с указанием информации об удалении в v9

Which Node.js version are you using?

20.10.0

@shadowusr shadowusr self-assigned this Mar 18, 2024
@shadowusr
Copy link
Member

Привет! Спасибо за репорт.

Пофиксил в #876. Добавлены типы для moveCursorTo и openAndWait.

Фикс доступен в версии 8.5.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants