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 d89a569af6
commit bfdc503f46
No known key found for this signature in database

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}`);