diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-08-11 14:55:27 +0300 |
---|---|---|
committer | patrik <patrik@vaadin.com> | 2015-08-12 16:09:55 +0300 |
commit | 048bd83480551cc4f88dfc9de8e2e17ac6261885 (patch) | |
tree | 233f674bbe3928bd38e951d44ed4bacb68f4109f /uitest | |
parent | d92d2367e97f6c221a9559c42e4799988f54d893 (diff) | |
download | vaadin-framework-048bd83480551cc4f88dfc9de8e2e17ac6261885.tar.gz vaadin-framework-048bd83480551cc4f88dfc9de8e2e17ac6261885.zip |
Fix Grid client-side NPE finding uneditable column editor (#18589)
Change-Id: I53e7cb95cf2828f966db5b41c07c38fb756372f3
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java b/uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java index b77cc41946..e772ed44e9 100644 --- a/uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java +++ b/uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java @@ -365,6 +365,7 @@ public class GridEditorTest extends GridBasicFeaturesTest { .findElements(By.xpath("./div")).get(3) .getAttribute("class")); + assertNoErrorNotifications(); } private WebElement getSaveButton() { |