You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
npm init hermione-app my-example
зайти в hermione-tests/example.hermione.ts
добавить внутрь it код browser.$("...").moveCursorTo()
Describe the Bug
Для временного метода moveCursorTo отстутствуют типы. Он был добавлен через addCommand, однако типы в PR #842 не были добавлены
Expected Behavior
Нужно определить типы для этой команды, даже учитывая, что она временная. Так же стоит добавить директиву @deprecated с указанием информации об удалении в v9
Which Node.js version are you using?
20.10.0
The text was updated successfully, but these errors were encountered:
Verify latest 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
browser.$("...").moveCursorTo()
Describe the Bug
Для временного метода
moveCursorTo
отстутствуют типы. Он был добавлен черезaddCommand
, однако типы в PR #842 не были добавленыExpected Behavior
Нужно определить типы для этой команды, даже учитывая, что она временная. Так же стоит добавить директиву
@deprecated
с указанием информации об удалении в v9Which Node.js version are you using?
20.10.0
The text was updated successfully, but these errors were encountered: