Просмотр исходного кода

Update access-to-page.spec.ts

https://youtrack.weseek.co.jp/issue/GW-7728
- Update VRT notification message
- Update screenshot prefix
mudana 3 лет назад
Родитель
Сommit
6c60ef6e8a

+ 3 - 3
packages/app/test/cypress/integration/20-basic-features/access-to-page.spec.ts

@@ -146,8 +146,8 @@ context('Access to Template Editing Mode', () => {
 
 
 });
 });
 
 
-context('Confirm notification', () => {
-  const ssPrefix = 'confirm-notification-';
+context('Access to /me/all-in-app-notifications', () => {
+  const ssPrefix = 'in-app-notifications-';
 
 
   beforeEach(() => {
   beforeEach(() => {
     // login
     // login
@@ -158,7 +158,7 @@ context('Confirm notification', () => {
     cy.collapseSidebar(true);
     cy.collapseSidebar(true);
   });
   });
 
 
-  it('Notification list successfully loaded', () => {
+  it('All In-App Notification list is successfully loaded', () => {
     cy.visit('/');
     cy.visit('/');
     cy.get('.notification-wrapper > a').click();
     cy.get('.notification-wrapper > a').click();
     cy.get('.notification-wrapper > .dropdown-menu > a').click();
     cy.get('.notification-wrapper > .dropdown-menu > a').click();