#622 add step of reloading of page for tests triggering

This commit is contained in:
Anna Antipova 2021-08-03 15:43:58 +03:00
parent dc49f28e4e
commit 8d54cf1ad1

View file

@ -72,6 +72,7 @@ public class TopicTests extends BaseTest {
.timeToRetainIs(UPDATED_TIME_TO_RETAIN_VALUE)
.maxSizeOnDiskIs(UPDATED_MAX_SIZE_ON_DISK)
.maxMessageBytesIs(UPDATED_MAX_MESSAGE_BYTES);
Selenide.refresh();
}
@SneakyThrows