Beispiel #1
0
        public void TestSendMessageWithBigAttach()
        {
            string path = TestContext.CurrentContext.TestDirectory;

            autorisation.SetLogin(user2.Login);
            autorisation.SetPassword(user2.Password);
            sendingMess.AttachDocument(path + Data.BigFileName, user1.Login, Data.ThirdMessage);
            Thread.Sleep(1000);

            Assert.IsTrue(sendingMess.IsDisplayedAlert());
            sendingMess.CloseAlert();
        }