Skip to content

Commit 0861180

Browse files
committed
Show page: change Export to Download
1 parent c87c241 commit 0861180

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/features/show_page_spec.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,32 +51,32 @@
5151

5252
expect(page).to have_content('LAZ (Point-cloud)')
5353
expect(page).to have_link(
54-
'Export', href: 'https://archive.nyu.edu/retrieve/80003/nyu_2451_38645_pc_F_150326_120403.zip'
54+
'Download', href: 'https://archive.nyu.edu/retrieve/80003/nyu_2451_38645_pc_F_150326_120403.zip'
5555
)
5656

5757
expect(page).to have_content('LAS (Full-waveform)')
5858
expect(page).to have_link(
59-
'Export', href: 'https://archive.nyu.edu/retrieve/80002/nyu_2451_38645_fwf_las_F_150326_120403.zip'
59+
'Download', href: 'https://archive.nyu.edu/retrieve/80002/nyu_2451_38645_fwf_las_F_150326_120403.zip'
6060
)
6161

6262
expect(page).to have_content('Pulsewaves (Full-waveform)')
6363
expect(page).to have_link(
64-
'Export', href: 'https://archive.nyu.edu/retrieve/80005/nyu_2451_38645_fwf_plswvs_F_150326_120403.zip'
64+
'Download', href: 'https://archive.nyu.edu/retrieve/80005/nyu_2451_38645_fwf_plswvs_F_150326_120403.zip'
6565
)
6666

6767
expect(page).to have_content('GeoTIFF (Geo-referenced RGB)')
6868
expect(page).to have_link(
69-
'Export', href: 'https://archive.nyu.edu/retrieve/80240/nyu_2451_38645_rgb_F_150326_120403.zip'
69+
'Download', href: 'https://archive.nyu.edu/retrieve/80240/nyu_2451_38645_rgb_F_150326_120403.zip'
7070
)
7171

7272
expect(page).to have_content('GeoTIFF (Geo-referenced CIR)')
7373
expect(page).to have_link(
74-
'Export', href: 'https://archive.nyu.edu/retrieve/80001/nyu_2451_38645_cir_F_150326_120403.zip'
74+
'Download', href: 'https://archive.nyu.edu/retrieve/80001/nyu_2451_38645_cir_F_150326_120403.zip'
7575
)
7676

7777
expect(page).to have_content('JPG (Oblique photos)')
7878
expect(page).to have_link(
79-
'Export', href: 'https://archive.nyu.edu/retrieve/80004/nyu_2451_38645_oblique_F_150326_120403.zip'
79+
'Download', href: 'https://archive.nyu.edu/retrieve/80004/nyu_2451_38645_oblique_F_150326_120403.zip'
8080
)
8181
end
8282
end

0 commit comments

Comments
 (0)