removed only from NDR test so the whole file can run w/ burnettk

This commit is contained in:
jasquat 2023-05-12 11:38:10 -04:00
parent 46f4350f9e
commit b7ec540b3c
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ const submitWithUser = (
describe.only('Software and Licenses Path - Without Files', () => {
Cypress._.times(1, () => {
// Everyone approves with CP
it.only('Everyone approves with CP', () => {
it('Everyone approves with CP', () => {
const username = Cypress.env('requestor_username');
const password = Cypress.env('requestor_password');
cy.log(`=====username : ${username}`);