From 31d8691147bb3f970c0198d8bd7f21d9a5feff4e Mon Sep 17 00:00:00 2001 From: Tushar Vyas <89837102+Vayras@users.noreply.github.com> Date: Fri, 15 Nov 2024 04:23:16 +0530 Subject: [PATCH] joint org --- cypress/e2e/31_editBountyBySearch.cy.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress/e2e/31_editBountyBySearch.cy.ts b/cypress/e2e/31_editBountyBySearch.cy.ts index 6d861984..b1deaf23 100644 --- a/cypress/e2e/31_editBountyBySearch.cy.ts +++ b/cypress/e2e/31_editBountyBySearch.cy.ts @@ -1,6 +1,6 @@ describe('Edit Bounty By Searching, Change Workspace And Assignee', () => { - const WorkspaceName1 = 'new'; - const WorkspaceName2 = 'J2'; + const WorkspaceName1 = 'jointOrg'; + const WorkspaceName2 = 'jointOrg'; const NewAssignee = 'carol'; const NewAmount = '200'; const NewCodingLanguages = ['Python', 'Rust']; @@ -33,7 +33,7 @@ describe('Edit Bounty By Searching, Change Workspace And Assignee', () => { cy.contains(workSpace.loggedInAs).click(); cy.wait(1000); for (let i = 1; i <= 2; i++) { - const updatedName = `J${i}`; + const updatedName = `jointOrg${i}`; const updatedWorkspace = { ...workSpace, name: updatedName }; cy.create_workspace(updatedWorkspace); cy.wait(1000);