@@ -45,14 +45,14 @@ describe('DatasetVersions', () => {
4545 datasetsRepository . getDatasetVersionsSummaries = cy . stub ( ) . resolves ( versionSummaryInfoDraft )
4646 cy . findByTestId ( 'dataset-versions-table' ) . should ( 'exist' )
4747
48- cy . contains ( 'th' , 'Dataset Versions ' ) . should ( 'exist' )
48+ cy . contains ( 'th' , 'Dataset Version ' ) . should ( 'exist' )
4949 cy . contains ( 'th' , 'Summary' ) . should ( 'exist' )
5050 cy . contains ( 'th' , 'Version Note' ) . should ( 'exist' )
5151 cy . contains ( 'th' , 'Contributors' ) . should ( 'exist' )
5252 cy . contains ( 'th' , 'Published On' ) . should ( 'exist' )
5353 cy . findByRole ( 'button' , { name : 'View Differences' } ) . should ( 'not.exist' )
5454 cy . findAllByTestId ( 'select-checkbox' ) . should ( 'not.exist' )
55- cy . findByText ( / V i e w D e t a i l / ) . should ( 'not.exist' )
55+ cy . findByText ( / V i e w D e t a i l s / ) . should ( 'not.exist' )
5656 } )
5757
5858 beforeEach ( ( ) => {
@@ -66,7 +66,7 @@ describe('DatasetVersions', () => {
6666 it ( 'should render the dataset versions table with view differences button and checkbox' , ( ) => {
6767 cy . findByTestId ( 'dataset-versions-table' ) . should ( 'exist' )
6868
69- cy . contains ( 'th' , 'Dataset Versions ' ) . should ( 'exist' )
69+ cy . contains ( 'th' , 'Dataset Version ' ) . should ( 'exist' )
7070 cy . contains ( 'th' , 'Summary' ) . should ( 'exist' )
7171 cy . contains ( 'th' , 'Version Note' ) . should ( 'exist' )
7272 cy . contains ( 'th' , 'Contributors' ) . should ( 'exist' )
@@ -93,7 +93,7 @@ describe('DatasetVersions', () => {
9393 datasetsRepository . getDatasetVersionsSummaries = cy . stub ( ) . resolves ( versionSummaryInfo )
9494
9595 cy . findByTestId ( 'dataset-versions-table' ) . should ( 'exist' )
96- cy . contains ( 'th' , 'Dataset Versions ' ) . should ( 'exist' )
96+ cy . contains ( 'th' , 'Dataset Version ' ) . should ( 'exist' )
9797 cy . contains ( 'th' , 'Summary' ) . should ( 'exist' )
9898 cy . contains ( 'th' , 'Version Note' ) . should ( 'exist' )
9999 cy . contains ( 'th' , 'Contributors' ) . should ( 'exist' )
0 commit comments