Skip to content

Commit

Permalink
changed feature_uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
elraphty committed May 20, 2024
1 parent cb078e9 commit 42aa913
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/support/objects/objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ export const UserStories = [
];

export const Phases = [
{ uuid: 'com1msgn1e4a0ts5kls0', feature_uuid: 'com1kson1e49th88dbg0', name: ' MVP ', priority: 0 },
{ uuid: 'com1mvgn1e4a1879uiv0', feature_uuid: 'com1kson1e49th88dbg0', name: ' Phase 2 ', priority: 1 },
{ uuid: 'com1n2gn1e4a1i8p60p0', feature_uuid: 'com1kson1e49th88dbg0', name: ' Phase 3 ', priority: 2 },
{ uuid: 'com1msgn1e4a0ts5kls0', feature_uuid: 'com1l5on1e49tucv350g', name: ' MVP ', priority: 0 },
{ uuid: 'com1mvgn1e4a1879uiv0', feature_uuid: 'com1l5on1e49tucv350g', name: ' Phase 2 ', priority: 1 },
{ uuid: 'com1n2gn1e4a1i8p60p0', feature_uuid: 'com1l5on1e49tucv350g', name: ' Phase 3 ', priority: 2 },
];

export const Bounties = [
Expand Down

0 comments on commit 42aa913

Please sign in to comment.