Skip to content

Commit

Permalink
Fix selenium test selectors for alert messages
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 16, 2018
1 parent fb0f792 commit 222225d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/galaxy_selenium/navigation.yml
Expand Up @@ -18,11 +18,11 @@ _: # global stuff

messages:
selectors:
all: '[class*="message"]'
error: '.errormessage'
all: '[class*="alert"]'
error: '.alert-danger'
warning: '.alert-warning'
done: '.donemessage'
info: '.infomessage'
done: '.alert-success'
info: '.alert-info'
donelarge: '.donemessagelarge'
infolarge: '.infomessagelarge'

Expand Down

0 comments on commit 222225d

Please sign in to comment.