Example #1
0
        public void ExecuteTestToNotificationsPopUpToMeeting()
        {
            ExecuteTestLogin();
            System.Threading.Thread.Sleep(2000);
            Dashboard dashboardntfc1 = new Dashboard();

            dashboardntfc1.NotificationsForm();

            System.Threading.Thread.Sleep(2000);
            NotificationsPopUp notificationssettings1 = new NotificationsPopUp();

            notificationssettings1.PopUpMeetings();
        }
Example #2
0
        public void ExecuteTestToNotificationsPopUpMarkMeetingAsRead()
        {
            ExecuteTestLogin();
            System.Threading.Thread.Sleep(2000);
            Dashboard dashboardntfc2 = new Dashboard();

            dashboardntfc2.NotificationsForm();

            System.Threading.Thread.Sleep(2000);
            NotificationsPopUp notificationssettings2 = new NotificationsPopUp();

            notificationssettings2.PopUpMarkMeetingAsRead();
        }
Example #3
0
        public void ExecuteTestToNotificationsPopUpSettings()
        {
            ExecuteTestLogin();
            System.Threading.Thread.Sleep(2000);
            Dashboard dashboardntfc = new Dashboard();

            dashboardntfc.NotificationsForm();

            System.Threading.Thread.Sleep(2000);
            NotificationsPopUp notificationssettings = new NotificationsPopUp();

            notificationssettings.PopUpNotificationsSettings();
        }
Example #4
0
        public void ExecuteTestToNotificationsPopUpMarkAllAsRead()
        {
            ExecuteTestLogin();
            System.Threading.Thread.Sleep(2000);
            Dashboard dashboardntfc1 = new Dashboard();

            dashboardntfc1.NotificationsForm();

            System.Threading.Thread.Sleep(2000);
            NotificationsPopUp notificationssettings1 = new NotificationsPopUp();

            notificationssettings1.PopUpShowAllNotifications(); //Tregon te gjithe notifications
            System.Threading.Thread.Sleep(2000);
            notificationssettings1.PopUpMarkAllAsRead();
        }