We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b067590 commit 9df12ccCopy full SHA for 9df12cc
jdi-light-vuetify/src/main/java/com/epam/jdi/light/vuetify/asserts/NavigationDrawerAssert.java
@@ -68,7 +68,7 @@ public NavigationDrawerAssert backgroundColor(String color) {
68
69
@JDIAction("Check '{name}' text of items")
70
public NavigationDrawerAssert text(List<String> values) {
71
- text(Matchers.containsInAnyOrder(values));
+ text(Matchers.is(values));
72
text(Matchers.hasSize(values.size()));
73
return this;
74
}
0 commit comments