Ejemplo n.º 1
0
        public async Task Ping_should_send_keep_alive()
        {
            await DefaultAccountLoginAsync();

            // Act
            await RocketChatDriver.PingAsync();

            // Assert
        }