Scenario 1 Create the first label:
Login as a registered user.
Given i am at the Ideas Main Site
When i fill in "new title" in the new idea textfield
And i Fill in "new description" in the new description field
And i fill in "teamtool" in the new label combobox
Given there are now labels yet
And i click at the create idea button
Then a the new Idea appears in the idea backlog with the new created label "teamtool"
Scenario 2 Choose existing label:
Login as a registered user.
Given i am at the Ideas Main Site
When i fill in "new title" in the new idea textfield
And fill in "new description" in the new description field
Given there are already two labels named "team" and "teamtool"
And i fill in "t" in the new label combobox
Then the already existing lables with "t" appear in an alphabetical order beneath the combobox
And i click at the label "teamtool"
And i click at the create idea button
Then the new Idea appears in the idea backlog with the choosen label "teamtool"