source: branches/version-2_5-dev/test/selenium/backend/contents/TestCase_Admin_ContentsFileManager_delete_file @ 20456

Revision 20456, 1.2 KB checked in by kotani, 13 years ago (diff)

#1068 ([製品テスト]Seleniumテストケース作成)

  • 一旦コミットします。
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4<head profile="http://selenium-ide.openqa.org/profiles/test-case">
5<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6<link rel="selenium.base" href="http://eccube.local/" />
7<title>コンテンツ管理(ファイル管理:削除:ファイル)</title>
8</head>
9<body>
10<table cellpadding="1" cellspacing="1" border="1">
11<thead>
12<tr><td rowspan="1" colspan="3">コンテンツ管理(ファイル管理:削除:ファイル)</td></tr>
13</thead><tbody>
14<tr>
15    <td>clickAndWait</td>
16    <td>//li[@id='navi-contents-file']/a/span</td>
17    <td></td>
18</tr>
19<tr>
20    <td>click</td>
21    <td>//a[@onclick=&quot;fnSetFormVal('form1', 'select_file', 'C:/workspace/eccube/html/user_data/test.txt');fnSelectFile('select_file8', '#808080');setTreeStatus('tree_status');fnModeSubmit('delete','',''); return false;&quot;]</td>
22    <td></td>
23</tr>
24<tr>
25    <td>assertConfirmation</td>
26    <td>一度削除したデータは、元に戻せません。<br />削除しても宜しいですか?</td>
27    <td></td>
28</tr>
29
30</tbody></table>
31</body>
32</html>
Note: See TracBrowser for help on using the repository browser.