diff options
author | Artur Signell <artur@vaadin.com> | 2014-05-02 09:08:12 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-05-02 09:08:13 +0300 |
commit | 2cd5d4f143f635475662ba19d42ecf8d208a9d79 (patch) | |
tree | 1ca638c9fb3b5101182b40c5f5724a7157aed824 /uitest | |
parent | c98286e22c32b56a75b21d629c8b5968856d1ae1 (diff) | |
parent | a86798ca4d5bae6e07e61a79665db40e9364dff3 (diff) | |
download | vaadin-framework-2cd5d4f143f635475662ba19d42ecf8d208a9d79.tar.gz vaadin-framework-2cd5d4f143f635475662ba19d42ecf8d208a9d79.zip |
Merge changes from origin/7.2
15e24ec Fix too wide Table columns while sorting from init (#13517)
a86798c Fix ScreenshotTB3Test removing reference images
Change-Id: Iec1c2caceb99a6c8cfad9a0911d4a9cd7a23db36
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/tb3/ScreenshotTB3Test.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/tb3/ScreenshotTB3Test.java b/uitest/src/com/vaadin/tests/tb3/ScreenshotTB3Test.java index 9e2aa4cb78..261a1c1b2e 100644 --- a/uitest/src/com/vaadin/tests/tb3/ScreenshotTB3Test.java +++ b/uitest/src/com/vaadin/tests/tb3/ScreenshotTB3Test.java @@ -107,7 +107,7 @@ public abstract class ScreenshotTB3Test extends AbstractTB3Test { for (File referenceFile : referenceFiles) { if (testBench(driver).compareScreen(referenceFile)) { // There might be failure files because of retries in TestBench. - deleteFailureFiles(referenceFile); + deleteFailureFiles(getErrorFileFromReference(referenceFile)); break; } else { failedReferenceFiles.add(referenceFile); |