Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 1770.md #2893

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions app/views/organizations/md/1770.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Short name

Iowa Public Television
Iowa PBS

## State

Expand All @@ -14,16 +14,15 @@ Johnston

## Logo


iowapbsbluelogo-google.jpg

## Url

http://www.iptv.org/
https://www.iowapbs.org/

## About


Iowa is at the heart of Iowa PBS. We offer Iowans a partner in their quest for community and lifelong learning by engaging people of all ages with trusted services and programming that both educate and inspire. A statewide hub for public policy and a platform for civic and civil discourse, we provide news and information with historical perspective that enhances the lives of Iowans from all backgrounds, all generations, and all walks of life. We are committed to delivering high-quality and innovative media and services that create insight, fulfillment, and growth while offering companionship, comfort, and entertainment. Iowa PBS provides the lens through which Iowans may better see their world.
Any inquiries may be submitted to [email protected].

## Productions


2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ production:

demo:
<<: *default
database: db/demo.sqlite3
database: db/production.sqlite3
11 changes: 5 additions & 6 deletions public/data/orgs.json
Original file line number Diff line number Diff line change
Expand Up @@ -930,14 +930,13 @@
"location": [40.115027, -88.2238336]
},
"1770": {
"Short name": "Iowa Public Television",
"Short name": "Iowa PBS",
"State": "Iowa",
"City": "Johnston",
"Logo": "",
"Url": "https://www.iptv.org/",
"About": "",
"Productions": "",
"Name": "Iowa Public Television",
"Logo": "iowapbsbluelogo-google.jpg",
"Url": "https://www.iowapbs.org/",
"About": "Iowa is at the heart of Iowa PBS. We offer Iowans a partner in their quest for community and lifelong learning by engaging people of all ages with trusted services and programming that both educate and inspire. A statewide hub for public policy and a platform for civic and civil discourse, we provide news and information with historical perspective that enhances the lives of Iowans from all backgrounds, all generations, and all walks of life. We are committed to delivering high-quality and innovative media and services that create insight, fulfillment, and growth while offering companionship, comfort, and entertainment. Iowa PBS provides the lens through which Iowans may better see their world.",
"Name": "Iowa PBS",
"location": [41.6641025, -93.7084421]
},
"1822": {
Expand Down
6 changes: 3 additions & 3 deletions spec/features/catalog_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,13 @@ def expect_no_transcript
expect_count(5, page.text)
expect(page).to have_text('You searched for: Contributing Organizations WGBH (MA) Remove constraint Contributing Organizations: WGBH (MA) '), missing_page_text_custom_error('You searched for: Contributing Organizations WGBH (MA) Remove constraint Contributing Organizations: WGBH (MA) ', page.current_path)

click_link('Iowa Public Television (IA)')
click_link('Iowa PBS')
# TODO: check count when IP set in request.
expect(page).to have_text('Contributing Organizations: WGBH (MA) OR Iowa Public Television (IA)'), missing_page_text_custom_error('Contributing Organizations: WGBH (MA) OR Iowa Public Television (IA)', page.current_path)
expect(page).to have_text('Contributing Organizations: WGBH (MA) OR Iowa PBS'), missing_page_text_custom_error('Contributing Organizations: WGBH (MA) OR Iowa PBS', page.current_path)

expect(page).to have_css('a', text: 'District of Columbia')
click_link('District of Columbia')
expect(page).to have_text('WGBH (MA) OR Iowa Public Television (IA) OR Library of Congress (DC) OR NewsHour Productions (DC)'), missing_page_text_custom_error('WGBH (MA) OR Iowa Public Television (IA) OR Library of Congress (DC) OR NewsHour Productions (DC)', page.current_path)
expect(page).to have_text('WGBH (MA) OR Iowa PBS OR Library of Congress (DC) OR NewsHour Productions (DC)'), missing_page_text_custom_error('WGBH (MA) OR Iowa PBS OR Library of Congress (DC) OR NewsHour Productions (DC)', page.current_path)

# all(:css, '.constraints-container a.remove')[1].click # remove 'WGBH OR IPTV'
# TODO: check count when IP set in request.
Expand Down
Loading