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

increase scroll amount on env variables section #940

Merged
merged 2 commits into from
Sep 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Add Environment Variables In Workbench
# Broken in 1.33 RC1
# Use the `Jump to section` links in the page to scroll the section into view
# Click Element //a[@href="#environment-variables"]
Execute Javascript document.getElementsByClassName("pf-c-drawer__content")[1].scrollBy(0,500)
Execute Javascript document.getElementsByClassName("pf-c-drawer__content")[1].scrollBy(0,700)
Click Element ${WORKBENCH_ADD_VAR_BTN_XP}
${n_objects}= Get Length ${env_variables}
FOR ${idx} ${env_variable} IN ENUMERATE @{env_variables} start=1
Expand Down