Skip to content

Commit

Permalink
cypress_test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
meghanakr7 committed May 5, 2024
1 parent 6f11c85 commit 4437a85
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cypress/cypress/e2e/spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,14 @@ describe('Host Testing', () => {
})


it('Global Search for Host', () => {
cy.visit('http://localhost:8070/Geoweaver/web/geoweaver');
cy.get('.introjs-skipbutton').click();
cy.get('#instant_search_bar').clear('N');
cy.get('#instant_search_bar').type('New ');
cy.get('#host-b4ijvz').should('be.visible');
})
});
// it('Global Search for Host', () => {
// cy.visit('http://localhost:8070/Geoweaver/web/geoweaver');
// cy.get('.introjs-skipbutton').click();
// cy.get('#instant_search_bar').clear('N');
// cy.get('#instant_search_bar').type('New ');
// cy.get('#host-b4ijvz').should('be.visible');
// })
// });

describe('Process Testing', () => {
it('Create Shell Process', () => {
Expand Down

0 comments on commit 4437a85

Please sign in to comment.