Skip to content

Commit

Permalink
post review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragDork committed Mar 14, 2024
1 parent f55d793 commit 51aa015
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
describe('View Organization Bounties', () => {
const OrgName = 'OrganizationView';

const org: Cypress.Organization = {
loggedInAs: 'alice',
name: 'Organization',
name: OrgName,
description: 'An organization focused on amazing projects.',
website: 'https://amazing.org',
github: 'https://github.com/amazing'
};

const bounty: Cypress.Bounty = {
organization: 'Organization',
organization: OrgName,
title: 'Bounty',
category: 'Web development',
coding_language: ['Typescript', 'Javascript', 'Lightning'],
Expand Down

0 comments on commit 51aa015

Please sign in to comment.