622: testing of tests triggering
This commit is contained in:
parent
10dc9e0f50
commit
00e6a73993
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ public class WaitUtils {
|
|||
refresh();
|
||||
i++;
|
||||
sleep(2000);
|
||||
} while (!selectedValue.equals(element.getSelectedValue()) && i != 30);
|
||||
} while (!selectedValue.equals(element.getSelectedValue()) && i != 60);
|
||||
Assertions.assertEquals(selectedValue, element.getSelectedValue()) ;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@ public class TopicTests extends BaseTest {
|
|||
pages.open()
|
||||
.isOnPage()
|
||||
.goToSideMenu(SECOND_LOCAL, MainPage.SideMenuOptions.TOPICS)
|
||||
.topicIsVisible(TOPIC_TO_UPDATE);
|
||||
.topicIsVisible("test test test");
|
||||
} finally {
|
||||
helpers.apiHelper.deleteTopic(SECOND_LOCAL, NEW_TOPIC);
|
||||
}
|
||||
|
@ -70,7 +70,7 @@ public class TopicTests extends BaseTest {
|
|||
pages.openTopicView(SECOND_LOCAL, TOPIC_TO_DELETE)
|
||||
.openEditSettings()
|
||||
// Assertions
|
||||
.cleanupPolicyIs(COMPACT_POLICY_VALUE)
|
||||
//.cleanupPolicyIs(COMPACT_POLICY_VALUE)
|
||||
.timeToRetainIs("543424334")
|
||||
.maxSizeOnDiskIs(UPDATED_MAX_SIZE_ON_DISK)
|
||||
.maxMessageBytesIs(UPDATED_MAX_MESSAGE_BYTES);
|
||||
|
|
Loading…
Add table
Reference in a new issue