Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwisNarvaezDev committed Dec 19, 2023
1 parent f20b8ae commit 3f76ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.rundeck.tests.functional.selenium.aceEditor
package org.rundeck.tests.functional.selenium

import org.rundeck.tests.functional.selenium.pages.EditNodesFilePage
import org.rundeck.tests.functional.selenium.pages.EditNodesPage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class EditNodesFilePage extends BasePage{
int index
String project

By aceEditorGutter = By.xpath("//div[contains(@class, 'ace_layer') and contains(@class, 'ace_gutter-layer') and contains(@class, 'ace_folding-enabled')]")
By aceEditorGutter = By.className("ace_gutter")

/**
* Create a new page
Expand Down

0 comments on commit 3f76ae6

Please sign in to comment.