test: Allow individual application tiles to be selectable (#4841) (#4851)

Signed-off-by: Keith Chong <kykchong@redhat.com>
This commit is contained in:
Keith Chong 2020-11-17 11:03:14 -05:00 committed by GitHub
parent 231509bb3c
commit d8c08bfe7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ export const ApplicationTiles = ({applications, syncApplication, refreshApplicat
applications-list__entry applications-list__entry--comparison-${app.status.sync.status}
applications-list__entry--health-${app.status.health.status}`}>
<div className='row' onClick={e => ctx.navigation.goto(`/applications/${app.metadata.name}`, {}, {event: e})}>
<div className='columns small-12 applications-list__info'>
<div className={'columns small-12 applications-list__info qe-applications-list-' + app.metadata.name}>
<div className='applications-list__external-link'>
<ApplicationURLs urls={app.status.summary.externalURLs} />
</div>