Exemple #1
0
        public void SwipingAnEntryLeftDeletesIt()
        {
            var description = "This is a test";

            app.StartTimeEntryWithDescription(description);
            app.StopTimeEntry();

            app.SwipeEntryToDelete(description);

            app.AssertNoTimeEntryInTheLog(description);
        }