Exemplo n.º 1
0
        public void Clear_Memory()
        {
            _memoryPage.selectMemory();
            _calcStandardView.PressNumber(25);
            _memoryPage.MemStoreBtn.Click();
            _memoryPage.ClearMemBtn.Click();
            string ans = _memoryPage.EmptyMemory();

            ans = ans.Replace('’', '\'');
            Assert.AreEqual(ans, "There's nothing saved in memory");
        }