Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
info
mahara-museum
Commits
6d55ab5c
Commit
6d55ab5c
authored
Dec 10, 2007
by
Nigel McNie
Browse files
Added a test that deletes a view.
parent
fd7364f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/selenium/views/Delete_View.html
0 → 100644
View file @
6d55ab5c
<html>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<title>
Delete_View
</title>
</head>
<body>
<table
cellpadding=
"1"
cellspacing=
"1"
border=
"1"
>
<thead>
<tr><td
rowspan=
"1"
colspan=
"3"
>
Delete_View
</td></tr>
</thead><tbody>
<tr>
<td>
open
</td>
<td>
/view/
</td>
<td></td>
</tr>
<tr>
<td>
click
</td>
<td>
//input[@value='Delete']
</td>
<td></td>
</tr>
<tr>
<td>
assertConfirmation
</td>
<td>
Do you really want to delete this view?
</td>
<td></td>
</tr>
<tr>
<td>
verifyTextPresent
</td>
<td>
View deleted
</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment