diff options
author | michaelvogt <michael@vaadin.com> | 2013-04-17 10:41:07 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-04-17 08:06:52 +0000 |
commit | 847389883fc5203624cc5df804c953fc5db19da6 (patch) | |
tree | 5031502194d6f3df1dc1055c01dd1413e15c23f4 /uitest | |
parent | c56681e130e76f8122ef1d08ef3b7f1d36d07956 (diff) | |
download | vaadin-framework-847389883fc5203624cc5df804c953fc5db19da6.tar.gz vaadin-framework-847389883fc5203624cc5df804c953fc5db19da6.zip |
Fix for WAI-ARIA Button test for IE8 (#11616)
Test for empty attribute fails
Change-Id: Id0b992482454daa7c47674e152fb1b414fd4a38d
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/button/ButtonsWaiAria.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/uitest/src/com/vaadin/tests/components/button/ButtonsWaiAria.html b/uitest/src/com/vaadin/tests/components/button/ButtonsWaiAria.html index 42c39ca0ed..8d10438c1d 100644 --- a/uitest/src/com/vaadin/tests/components/button/ButtonsWaiAria.html +++ b/uitest/src/com/vaadin/tests/components/button/ButtonsWaiAria.html @@ -37,11 +37,6 @@ <td></td> </tr> <tr> - <td>storeAttribute</td> - <td>vaadin=runcomvaadintestscomponentsbuttonButtonsWaiAria::/VVerticalLayout[0]/Slot[1]/VVerticalLayout[0]/Slot[2]/VButton[0]/domChild[0]/domChild[0]@alt</td> - <td>emptyAlt</td> -</tr> -<tr> <td>verifyElementPresent</td> <td>vaadin=runcomvaadintestscomponentsbuttonButtonsWaiAria::/VVerticalLayout[0]/Slot[1]/VVerticalLayout[0]/Slot[3]/VButton[0]/</td> <td></td> |