Skip to content

Commit

Permalink
joint org
Browse files Browse the repository at this point in the history
  • Loading branch information
Vayras committed Nov 14, 2024
1 parent 8e7b9d6 commit 31d8691
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/31_editBountyBySearch.cy.ts
Original file line number Diff line number Diff line change
@@ -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'];
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 31d8691

Please sign in to comment.