|
@@ -55,7 +55,7 @@ public class TopicsList {
|
|
|
@SneakyThrows
|
|
|
public TopicsList isTopicNotVisible(String topicName) {
|
|
|
$$x("//table/tbody/tr/td[2]")
|
|
|
- .shouldBe(CollectionCondition.sizeGreaterThanOrEqual(4))
|
|
|
+ .shouldBe(CollectionCondition.sizeGreaterThan(0))
|
|
|
.find(Condition.exactText(topicName))
|
|
|
.shouldBe(Condition.not(Condition.visible));
|
|
|
return this;
|