コード例 #1
0
        public void Home_DeleteProject_ReturnsListWithoutDeletedProject()
        {
            var deleteConfirmation = projects.DeleteProject();

            deleteConfirmation.DeleteConfirmation();

            Assert.IsTrue(rowCountBefore - 1 == deleteConfirmation.RowCount());
        }