Enabled only the 'Without Files' describe
This commit is contained in:
parent
574f2bbe9b
commit
e0709d0d07
|
@ -86,7 +86,7 @@ const submitWithUser = (
|
|||
};
|
||||
|
||||
//Consulting Fees Path - Without Files
|
||||
describe('Consulting Fees Path - Without Files', () => {
|
||||
describe.only('Consulting Fees Path - Without Files', () => {
|
||||
Cypress._.times(1, () => {
|
||||
//Budget owner approves the request
|
||||
it('Budget owner approves', () => {
|
||||
|
|
|
@ -89,7 +89,7 @@ const submitWithUser = (
|
|||
};
|
||||
|
||||
//Equipment Path - Without Files
|
||||
describe('Equipment Path - Without Files', () => {
|
||||
describe.only('Equipment Path - Without Files', () => {
|
||||
|
||||
Cypress._.times(1, () => {
|
||||
//Out of Policy. People Ops Partner Group and Budget owner approves the request
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
//Software and License - Without Files
|
||||
describe('Initiate a Request - Without Files', () => {
|
||||
describe.only('Initiate a Request - Without Files', () => {
|
||||
Cypress._.times(1, () => {
|
||||
//Submit a Software and License request - Without Files
|
||||
it('Submit a Software and License request', () => {
|
||||
|
@ -610,7 +610,7 @@ describe('Initiate a Request - Without Files', () => {
|
|||
});
|
||||
|
||||
//Cancel a Software and License request 2- Without Files
|
||||
it.only('Cancel a Software and License request 2', () => {
|
||||
it('Cancel a Software and License request 2', () => {
|
||||
let username = Cypress.env('requestor_username');
|
||||
let password = Cypress.env('requestor_password');
|
||||
cy.log('=====username : ' + username);
|
||||
|
|
|
@ -85,7 +85,7 @@ const submitWithUser = (
|
|||
};
|
||||
|
||||
//Learning and Development Path - Without Files
|
||||
describe('Learning and Development Path - Without Files', () => {
|
||||
describe.only('Learning and Development Path - Without Files', () => {
|
||||
|
||||
Cypress._.times(1, () => {
|
||||
//People Ops Partner Group approves the request
|
||||
|
@ -252,7 +252,7 @@ describe('Learning and Development Path - Without Files', () => {
|
|||
cy.contains('Task: Enter NDR Items', { timeout: 60000 });
|
||||
*/
|
||||
cy.get('#root_item_0_sub_category').select('books');
|
||||
cy.get('#root_item_0_item_name').clear().type('The role of the L&D function has evolved to meet the demands of digital transformation and a modern workforce.');
|
||||
cy.get('#root_item_0_item_name').clear().type('The role of the L&D function has evolved to meet the demands of digital transformation and a modern.');
|
||||
cy.get('#root_item_0_qty').clear().type('5');
|
||||
cy.get('#root_item_0_currency_type').select('Fiat');
|
||||
cy.get('#root_item_0_currency').select('EUR');
|
||||
|
|
|
@ -85,7 +85,7 @@ const submitWithUser = (
|
|||
cy.wait(2000);
|
||||
};
|
||||
|
||||
describe('Other Fees Path - Without Files', () => {
|
||||
describe.only('Other Fees Path - Without Files', () => {
|
||||
|
||||
Cypress._.times(1, () => {
|
||||
//Budget owner approves the request
|
||||
|
|
|
@ -88,7 +88,7 @@ const submitWithUser = (
|
|||
};
|
||||
|
||||
//Software and Licenses Path - Without Files
|
||||
describe('Software and Licenses Path - Without Files', () => {
|
||||
describe.only('Software and Licenses Path - Without Files', () => {
|
||||
|
||||
Cypress._.times(1, () => {
|
||||
|
||||
|
|
Loading…
Reference in New Issue