Skip to content

Commit

Permalink
fix: selector, a changed to button
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Sep 19, 2023
1 parent 3c7d476 commit bc69544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/selenium/src/pages/adhocCommand.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {Page} from '@rundeck/testdeck/page'
export const Elems = {
abortButton: By.css('#runcontent .executionshow .execution-action-links span.btn.btn-danger[data-bind=\'click: killExecAction\']'),
commandInputText: By.css('input#runFormExec'),
filterNodesButton: By.css('#searchForm a.btn.btn-cta.btn-fill'),
filterNodesButton: By.css('#searchForm .btn.btn-cta.btn-fill'),
nodeFilterText: By.css('#schedJobNodeFilter'),
runCommandButton: By.css('form > #runbox a.btn-cta.runbutton'),
runningContent: By.css('#runcontent'),
Expand Down

0 comments on commit bc69544

Please sign in to comment.