Skip to content

Commit

Permalink
ui: browser tests: Project
Browse files Browse the repository at this point in the history
  • Loading branch information
BibianaC authored and michaelwood committed Mar 15, 2021
1 parent 4a9ad4f commit eda0803
Show file tree
Hide file tree
Showing 4 changed files with 1,575 additions and 2 deletions.
157 changes: 157 additions & 0 deletions standards_lab/ui/fixtures/test_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
{
"grants": [
{
"currency": "GBP",
"grantProgramme": [
{
"code": "AAC",
"title": "Awards Funding Committee"
}
],
"id": "360G-fundingproviders-000001/X/00/X",
"Co-applicant(s)": "Miss Hypatia Alexandria, Mr Thomas Aquinas",
"title": "Title A",
"fundingOrganization": [
{
"id": "GB-CHC-000000",
"name": "Funding Providers UK"
}
],
"dateModified": "2015-03-14",
"Data source": "http://www.fundingproviders.co.uk/grants/",
"plannedDates": [
{
"duration": 30
}
],
"Surname of applicant": "Roe",
"Grant number": "000001/X/00/X",
"amountAwarded": 152505,
"recipientOrganization": [
{
"addressLocality": "London",
"name": "Company Name Limited"
}
],
"Grant type": "Large Awards",
"Full name of applicant": "Miss Jane Roe",
"awardDate": "24/07/2014"
},
{
"currency": "GBP",
"grantProgramme": [
{
"code": "AAC",
"title": "Awards Funding Committee"
}
],
"id": "360G-fundingproviders-000001/X/00/X",
"Co-applicant(s)": "Miss Hypatia Alexandria, Mr Thomas Aquinas",
"title": "Title A",
"fundingOrganization": [
{
"id": "GB-CHC-000000",
"name": "Funding Providers UK"
}
],
"dateModified": "13-03-2015",
"Data source": "http://www.fundingproviders.co.uk/grants/",
"plannedDates": [
{
"duration": 30
}
],
"Surname of applicant": "Roe",
"Grant number": "000001/X/00/X",
"amountAwarded": 152505,
"recipientOrganization": [
{
"id": "RUBBISH-COH-RC000000",
"addressLocality": "London",
"name": "Company Name Limited"
}
],
"Grant type": "Large Awards",
"Full name of applicant": "Miss Jane Roe",
"awardDate": "24/07/2014"
},
{
"recipientOrganization": [
{
"id": "GB-COH-RC000000",
"addressLocality": "Leicester",
"name": "University of UK",
"companyNumber": "RC000000"
}
],
"currency": "GBP",
"grantProgramme": [
{
"code": "AAC",
"title": "Awards Funding Committee"
}
],
"Department": "Department of Studies",
"id": "360G-fundingproviders-000002/X/00/X",
"title": "Title B",
"fundingOrganization": [
{
"id": "GB-CHC-000000",
"name": "Funding Providers UK"
}
],
"dateModified": "13-03-2015",
"Data source": "http://www.fundingproviders.co.uk/grants/",
"plannedDates": [
{
"duration": 25
}
],
"Surname of applicant": "Doe",
"Grant number": "000002/X/00/X",
"amountAwarded": 178990,
"Grant type": "Large Awards",
"Full name of applicant": "Prof John Doe",
"awardDate": "24/07/2014"
},
{
"recipientOrganization": [
{
"id": "GB-COH-RC000000",
"addressLocality": "Leicester",
"name": "University of UK",
"companyNumber": "RC000000"
}
],
"currency": "GBP",
"grantProgramme": [
{
"code": "AAC",
"title": "Awards Funding Committee"
}
],
"Department": "Department of Studies",
"id": "360G-fundingproviders-000002/X/00/X",
"title": "Title B",
"fundingOrganization": [
{
"id": "GB-CHC-000000",
"name": "Funding Providers UK"
}
],
"dateModified": "13-03-2015",
"Data source": "http://www.fundingproviders.co.uk/grants/",
"plannedDates": [
{
"duration": 25
}
],
"Surname of applicant": "Doe",
"Grant number": "000002/X/00/X",
"amountAwarded": 178990,
"Grant type": "Large Awards",
"Full name of applicant": "Prof John Doe",
"awardDate": "24/07/2014"
}
]
}

0 comments on commit eda0803

Please sign in to comment.