Skip to content

Commit

Permalink
Fixed stale error CuratorCannotCreateClassInFinalizedModelSpec #1258
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayshukla30 committed May 11, 2018
1 parent 8d10a08 commit 86c3910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ class CreateDataClassPage extends Page implements InputUtils, MetadataUtils {

void exit() {
exitButton.click()
sleep(2_000)

}

void setName(String value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import geb.Module
class DataModelTreeViewModule extends Module {

static content = {
dataModelLink { int index -> $('a.catalogue-element-treeview-icon', index) }
dataModelLink(wait: true) { int index -> $('a.catalogue-element-treeview-icon', index) }
item { $('ul .catalogue-element-treeview-name', text: it) }
}

Expand Down

0 comments on commit 86c3910

Please sign in to comment.