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 eb26cb9 commit a151b38
Showing 1 changed file with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,7 @@ class ResearchGroupCreatePage extends Page {
$("form").twitter = "spg"
$("form").description = "A research group called " + name
}

def fillResearchGroupName(String name) {
$("form").name = name
}

def fillResearchGroupTwitter(String twitter) {
$("form").twitter = twitter
}

def fillResearchGroupDescription(String description) {
$("form").description = description
}

def fillResearchGroupSigla(String sigla) {
$("form").sigla = sigla
}


def clickOnCreate() {
$("input", name: "create").click()
Expand Down

1 comment on commit a151b38

@fmcs3
Copy link
Author

@fmcs3 fmcs3 commented on a151b38 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.