Skip to content

Commit

Permalink
Fix SnippetGeneratorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Jul 13, 2024
1 parent 7d8edbc commit 6eefd40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected WorkflowJob getContext() {
* @return the generated script
*/
public String generateScript() {
WebElement generateButton = find(By.id("generatePipelineScript-button"));
WebElement generateButton = find(By.id("generatePipelineScript"));
generateButton.click();

WebElement snippet = find(By.id("prototypeText"));
Expand Down

0 comments on commit 6eefd40

Please sign in to comment.