Commit 6eae175f4cf7055e13fe7817efe3154489ee1e0a
1 parent
e47882fd
Exists in
master
and in
29 other branches
ActionItem463: trying to reproduce error using selenium
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2057 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
16 additions
and
0 deletions
Show diff stats
test/fixtures/articles.yml
... | ... | @@ -0,0 +1,9 @@ |
1 | +setup :fixtures => :all | |
2 | +include_partial 'login' | |
3 | +click_and_wait 'link=Manage Content' | |
4 | +click 'link=New article' | |
5 | +click_and_wait 'link=Text article with visual editor.' | |
6 | +type 'id=article_name', 'selenium test' | |
7 | +type 'id=article_body', 'typing article with TinyMce...' | |
8 | + | |
9 | +# vim: ft=ruby | ... | ... |