Skip to content

Commit

Permalink
Change test vocab name
Browse files Browse the repository at this point in the history
  • Loading branch information
UnniKohonen committed Oct 3, 2024
1 parent b83f067 commit 6c5f3fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/cypress/template/sidebar-alpha.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('Alphabetical index', () => {
})
it('Loads concepts on scroll', () => {
// Go to YSO vocab home page
cy.visit('/modified-vocab/fi/')
cy.visit('/test-551-A/fi/')
// Scroll to the bottom of sidebar list
cy.get('#tab-alphabetical').find('.sidebar-list').scrollTo('bottom')
// Check that new concepts have been loaded
Expand Down
File renamed without changes.
9 changes: 4 additions & 5 deletions tests/testconfig.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,16 @@
dc:format "application/marcxml+xml" ;
dc:language "sv" .

:modified-vocab a skosmos:Vocabulary, void:Dataset ;
dc:title "AAA change list test vocab"@fi ;
skosmos:shortName "AAA";
:test-551-A a skosmos:Vocabulary, void:Dataset ;
dc:title "Vocab with 551 concepts starting with A"@fi ;
dc:subject :cat_general ;
void:uriSpace "http://www.skosmos.skos/modified-vocab/";
void:uriSpace "http://www.skosmos.skos/test-550-A/";
skosmos:language "fi" ;
skosmos:defaultLanguage "fi";
skosmos:showChangeList "true" ;
skosmos:showDeprecatedChanges "true" ;
skosmos:useModifiedDate "true" ;
skosmos:sparqlGraph <http://www.skosmos.skos/modified-vocab/> ;
skosmos:sparqlGraph <http://www.skosmos.skos/test-551-A/> ;
skosmos:mainConceptScheme <http://www.skosmos.skos/test/modifiedVocab> .

:multiple-schemes a skosmos:Vocabulary, void:Dataset ;
Expand Down

0 comments on commit 6c5f3fa

Please sign in to comment.