Skip to content

Commit

Permalink
Merge pull request #335 from ProcessMaker/utils3183
Browse files Browse the repository at this point in the history
utils TCP4-3183
  • Loading branch information
PaolaPellegrini authored Dec 12, 2024
2 parents d7b48d3 + b8404ed commit 90d55a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/executionConnectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ export class ExecutionConnectors {
actionsAndAssertionsOfTCP43183(name) {
let timeStamp = new Date().getTime();
let dataConnectorName = "TCP4-3183-Data Connector" + timeStamp;
let dataConnectorDescription = "TCP4-3183";
let dataConnectorDescription = "Description TCP4-3183";
let dataconnectorType = "No Auth";

//Step 1: Create Data connector
Expand All @@ -509,14 +509,14 @@ export class ExecutionConnectors {
cy.xpath(selectors.assignProjects).should("be.visible");
cy.xpath(selectors.assignProjects).click({ force: true });
cy.get('[class="modal-content"]').should("be.visible");
cy.get('#nav-collapse > div > div',{timeout: 10000}).should("be.visible");
cy.get('#nav-collapse > div > div',{timeout: 12000}).should("be.visible");

//Step 4: verify that the process is added to the project
navHelper.navigateToPmProjects();
pmProjects.searchProjectsAndSelectOptions(name, "open");
request.waitUntilElementIsVisible('selector','[data-cy="asset-listing-table"]');
cy.get('.search-bar > .search-bar-container > .pmql-input').should('be.visible');
cy.get('.search-bar > .search-bar-container > .pmql-input').type(dataConnectorName,{delay:20}).type('{enter}').should('have.value',dataConnectorName);
cy.get('.search-bar > .search-bar-container > .pmql-input').type(dataConnectorName,{delay:35}).type('{enter}').should('have.value',dataConnectorName);
cy.xpath('//tbody[@class="vuetable-body"]//tr//a').should('contain',dataConnectorName);
}
actionsAndAssertionsOfTCP42963(processName){
Expand Down

0 comments on commit 90d55a8

Please sign in to comment.