mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-28 02:35:25 +00:00
removed only from NDR test so the whole file can run w/ burnettk
This commit is contained in:
parent
d89a569af6
commit
bfdc503f46
@ -93,7 +93,7 @@ const submitWithUser = (
|
|||||||
describe.only('Software and Licenses Path - Without Files', () => {
|
describe.only('Software and Licenses Path - Without Files', () => {
|
||||||
Cypress._.times(1, () => {
|
Cypress._.times(1, () => {
|
||||||
// Everyone approves with CP
|
// Everyone approves with CP
|
||||||
it.only('Everyone approves with CP', () => {
|
it('Everyone approves with CP', () => {
|
||||||
const username = Cypress.env('requestor_username');
|
const username = Cypress.env('requestor_username');
|
||||||
const password = Cypress.env('requestor_password');
|
const password = Cypress.env('requestor_password');
|
||||||
cy.log(`=====username : ${username}`);
|
cy.log(`=====username : ${username}`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user