aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/components/embedded/FlashIsVisibleTest.java
blob: 1431b1892c3e7a6d1c3847b7cbd03f92bb43f8ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.vaadin.tests.components.embedded;

import static org.junit.Assert.assertTrue;

import org.junit.Test;

public class FlashIsVisibleTest
        extends com.vaadin.tests.components.flash.FlashIsVisibleTest {

    @Override
    @Test
    public void testFlashIsCorrectlyDisplayed() throws Exception {
        assertTrue("Test is using wrong url",
                getTestUrl().contains(".embedded."));
        super.testFlashIsCorrectlyDisplayed();
    }
}