public void VerifyCommentBackend()
 {
     BAT.Macros().NavigateTo().Modules().Comments();
     ActiveBrowser.WaitForAsyncJQueryRequests();
     ManageCommentsWrapper manageComments = new ManageCommentsWrapper(ActiveBrowser);
     manageComments.VerifyCommentBackend(CommentStatus, this.commentToDynamicItem[0], this.commentAuthor[0], DynamicTitle);
 }
 public void VerifyCommentBackend()
 {
     BAT.Macros().NavigateTo().Modules().Comments(this.Culture);
     ActiveBrowser.WaitForAsyncJQueryRequests();
     ManageCommentsWrapper manageComments = new ManageCommentsWrapper(ActiveBrowser);
     manageComments.VerifyCommentBackend(ReviewsStatus, this.reviewsToPage[0], this.reviewAuthor[0], PageName);
 }
示例#3
0
        public void VerifyCommentBackend()
        {
            BAT.Macros().NavigateTo().Modules().Comments(this.Culture);
            ActiveBrowser.WaitForAsyncJQueryRequests();
            ManageCommentsWrapper manageComments = new ManageCommentsWrapper(ActiveBrowser);

            manageComments.VerifyCommentBackend(ReviewsStatus, this.reviewsToDynamicItem[0], this.reviewAuthor[0], DynamicTitle);
        }
示例#4
0
        public void VerifyCommentBackend()
        {
            BAT.Macros().NavigateTo().Modules().Comments(this.Culture);
            ActiveBrowser.WaitForAsyncJQueryRequests();
            ManageCommentsWrapper manageComments = new ManageCommentsWrapper(ActiveBrowser);

            manageComments.VerifyCommentBackend(CommentStatus, this.commentToNews[0], this.commentAuthor[0], NewsTitle);
        }
 private void VerifyCommentBackend()
 {
     BAT.Macros().NavigateTo().Modules().Comments(this.Culture);
     ActiveBrowser.WaitForAsyncJQueryRequests();
     ManageCommentsWrapper manageComments = new ManageCommentsWrapper(ActiveBrowser);
     manageComments.VerifyCommentBackend(CommentStatus, this.commentToNewsOldest[0], this.commentAuthor[0], NewsTitle);
     manageComments.VerifyCommentBackend(CommentStatus, this.commentToNewsOldest[1], this.commentAuthor[1], NewsTitle);
 }
示例#6
0
        public void VerifyCommentBackend()
        {
            BAT.Macros().User().EnsureAdminLoggedIn();

            BAT.Macros().NavigateTo().Modules().Comments(this.Culture);
            ActiveBrowser.WaitForAsyncJQueryRequests();
            ManageCommentsWrapper manageComments = new ManageCommentsWrapper(ActiveBrowser);

            manageComments.VerifyCommentBackend(CommentStatus, this.commentToPage[0], this.commentAuthor[0], PageName);
        }
        public void VerifyCommentBackend()
        {
            BAT.Macros().User().EnsureAdminLoggedIn();

            BAT.Macros().NavigateTo().Modules().Comments();
            ActiveBrowser.WaitForAsyncJQueryRequests();
            ManageCommentsWrapper manageComments = new ManageCommentsWrapper(ActiveBrowser);
            manageComments.VerifyCommentBackend(CommentStatus, this.commentToPage[0], this.commentAuthor[0], PageName);
        }