Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Feb 8, 2021
1 parent a8c218f commit 144039d
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions tests/katalon.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
Expand Down Expand Up @@ -150,7 +150,7 @@
<td>50</td>
</tr>
<tr>
<td>click</td>
<td>check</td>
<td>name=comments<datalist><option>name=comments</option></datalist></td>
<td></td>
</tr>
Expand Down Expand Up @@ -383,7 +383,7 @@
<td>50</td>
</tr>
<tr>
<td>click</td>
<td>check</td>
<td>name=comments<datalist><option>name=comments</option></datalist></td>
<td></td>
</tr>
Expand Down Expand Up @@ -420,7 +420,7 @@
<tbody>
<tr>
<td>open</td>
<td>/adminer/?username=ODBC&amp;db=adminer_test&amp;table=interprets<datalist><option>/adminer/?username=ODBC&amp;db=adminer_test&amp;table=interprets</option></datalist></td>
<td>/adminer/?username=ODBC&amp;db=adminer_test&amp;table=albums<datalist><option>/adminer/?username=ODBC&amp;db=adminer_test&amp;table=albums</option></datalist></td>
<td></td>
</tr>
<tr>
Expand Down Expand Up @@ -485,12 +485,7 @@
<td></td>
</tr>
<tr>
<td>uncheck</td>
<td>name=defaults<datalist><option>name=defaults</option></datalist></td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>check</td>
<td>name=defaults<datalist><option>name=defaults</option></datalist></td>
<td></td>
</tr>
Expand Down Expand Up @@ -540,6 +535,7 @@
<td>Trigger has been created.<datalist><option>Trigger has been created.</option></datalist></td>
<td></td>
</tr>
</tr>
</tbody></table>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
Expand Down Expand Up @@ -1237,7 +1233,7 @@
</tr>
<tr>
<td>click</td>
<td>xpath=(//a[contains(text(),'=')])[3]<datalist><option>xpath=(//a[contains(text(),'=')])[3]</option></datalist></td>
<td>xpath=(//a[contains(text(),'=')])[1]<datalist><option>xpath=(//a[contains(text(),'=')])[1]</option></datalist></td>
<td></td>
</tr>
<tr>
Expand All @@ -1255,14 +1251,9 @@
<td>link=Warnings<datalist><option>link=Warnings</option></datalist></td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>//div[@id='warnings']/table/tbody/tr/td[3]<datalist><option>//div[@id='warnings']/table/tbody/tr/td[3]</option></datalist></td>
<td></td>
</tr>
<tr>
<td>verifyText</td>
<td>//div[@id='warnings']/table/tbody/tr/td[3]<datalist><option>//div[@id='warnings']/table/tbody/tr/td[3]</option></datalist></td>
<td>//div[@id='warnings']/div/table/tbody/tr/td[3]<datalist><option>//div[@id='warnings']/div/table/tbody/tr/td[3]</option></datalist></td>
<td>Truncated incorrect DOUBLE value: '1.2.3'</td>
</tr>
</tbody></table>
Expand Down

0 comments on commit 144039d

Please sign in to comment.