Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

TableFocusOnRefreshRowCache.html 2.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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://localhost:8888/" />
  7. <title>TableFocusOnRefreshRowCache</title>
  8. </head>
  9. <body>
  10. <table cellpadding="1" cellspacing="1" border="1">
  11. <thead>
  12. <tr><td rowspan="1" colspan="3">TableFocusOnRefreshRowCache</td></tr>
  13. </thead><tbody>
  14. <tr>
  15. <td>open</td>
  16. <td>/run/com.vaadin.tests.components.table.TableFocusOnRefreshRowCache?restartApplication</td>
  17. <td></td>
  18. </tr>
  19. <tr>
  20. <td>scroll</td>
  21. <td>vaadin=runcomvaadintestscomponentstableTableFocusOnRefreshRowCache::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]</td>
  22. <td>3161</td>
  23. </tr>
  24. <tr>
  25. <td>pause</td>
  26. <td>500</td>
  27. <td></td>
  28. </tr>
  29. <tr>
  30. <td>mouseClick</td>
  31. <td>vaadin=runcomvaadintestscomponentstableTableFocusOnRefreshRowCache::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[42]/domChild[0]/domChild[0]</td>
  32. <td>186,-3151</td>
  33. </tr>
  34. <!-- Opera does some funky stuff with the row indices when this is run in
  35. testbench, making it impossible to reliably test that the stylenames are
  36. in the right location. Must instead just test that the stylename is not in
  37. the position it was prior to fixing the bug, although that could never
  38. fail in Opera since it looks at the wrong row
  39. -->
  40. <!--
  41. <tr>
  42. <td>assertCSSClass</td>
  43. <td>vaadin=runcomvaadintestscomponentstableTableFocusOnRefreshRowCache::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[35]</td>
  44. <td>v-selected</td>
  45. </tr>
  46. <tr>
  47. <td>assertCSSClass</td>
  48. <td>vaadin=runcomvaadintestscomponentstableTableFocusOnRefreshRowCache::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[35]</td>
  49. <td>v-table-focus</td>
  50. </tr>
  51. -->
  52. <!-- Test that the first row in the view does not get focus -->
  53. <tr>
  54. <td>assertNotCSSClass</td>
  55. <td>vaadin=runcomvaadintestscomponentstableTableFocusOnRefreshRowCache::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/ChildComponentContainer[0]/VScrollTable[0]/domChild[1]/domChild[0]/domChild[1]/domChild[0]/domChild[23]</td>
  56. <td>v-table-focus</td>
  57. </tr>
  58. </tbody></table>
  59. </body>
  60. </html>