Skip to content

Commit

Permalink
Cenários corrigidos e duas GUIs criadas, pelo fato que não existe cen…
Browse files Browse the repository at this point in the history
…ários de controller na minha feature.
  • Loading branch information
fmcs3 committed Apr 19, 2015
1 parent a151b38 commit a08c9e4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ class ResearchGroupListPage extends Page {
static content = {
}

def select(String s) {
$('div', id: 'status').find('a', text: s).click()
}

def selectResearchGroup(String s) {
$('div').find('a', text: s).click()
}
Expand Down

1 comment on commit a08c9e4

@fmcs3
Copy link
Author

@fmcs3 fmcs3 commented on a08c9e4 Apr 19, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Desconsiderar esse Commit, meu intelliji bugou e acabou gerando esse commit adicional.

Please sign in to comment.