summaryrefslogtreecommitdiffstats
path: root/.gitreview
blob: 3a5f50e02ff3268224dc31b28ab60f82ef498ca0 (plain)
1
2
3
4
[gerrit]
host=gerrit.onap.org
port=29418
project=so.git
font-weight: bold } /* Literal.Number.Integer.Long */ }
///<reference path="../../../node_modules/cypress/types/index.d.ts"/> / <reference types="Cypress" />

describe('Tenant isolation - Test Environments Page', function () {
  describe('New Test Environment popup', () => {
    
    beforeEach(() => {
      cy.login();
    });

    afterEach(() => {
      cy.screenshot();
    });

    it(`verifying proper text for the "Tenant Context" label; instead of "Select VSP"`, function () {
      
      cy.visit('/app/vid/scripts/modals/new-test-environment/new-test-environment.html');
      cy.get('label[for=tenantContext]').contains('Tenant Context');
      });
    });
  });