Skip to content

Commit

Permalink
fix: avoid route with wildcard parameter which doesn't work in OSGi
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Anisimov committed Nov 22, 2020
1 parent b9e3779 commit 9eb0d13
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@

import org.junit.Assert;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.openqa.selenium.By;

import com.vaadin.flow.testcategory.IgnoreOSGi;
import com.vaadin.flow.testutil.ChromeBrowserTest;

@Category(IgnoreOSGi.class)
public class BaseHrefIT extends ChromeBrowserTest {

@Test
Expand Down

0 comments on commit 9eb0d13

Please sign in to comment.