Switch to unified view

a b/AlluraTesting/twill-tests/new_issue.twill
1
setlocal username test_admin
2
setlocal password foo
3
4
clear_extra_headers
5
go ./auth/
6
formvalue 1 username $username
7
formvalue 1 password $password
8
submit
9
10
code 200
11
12
go ./p/test/bugs/new/
13
14
code 200
15
16
formvalue 2 "ticket_form.summary" "test create ticket"
17
submit
18
19
code 200