示例#1
0
 public void DeleteProjectByNotOwner(string logged)
 {
     if (logged == "true")
     {
         _grid.LoginCoder();
     }
     _grid.GoToProjectsGrid();
     _grid.ClickTheFirstProject();
     Assert.False(_details.IsDeleteProjectButtonOnPage());
 }