Skip to content

Commit e01afef

Browse files
committed
Fixing test regression
1 parent 86c2ee9 commit e01afef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/js/resultsPanel.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ describe('<StudyResultsContainer/> rendering>', () => {
5656
expect(container.getElementsByClassName('loading-panel')).toHaveLength(0)
5757
expect(container.getElementsByClassName('error-panel')).toHaveLength(0)
5858
expect(container.getElementsByClassName('results-header')).toHaveLength(0)
59-
expect(container.textContent).toContain('Search HCA Data Portal?')
59+
expect(container.textContent).toContain(
60+
'Broadening your search to include the Human Cell Atlas Data Portal may return more results'
61+
)
6062
})
6163
it('should not render message about HCA if already requested', () => {
6264
const studySearchState = {

0 commit comments

Comments
 (0)