Skip to content

Commit 631ee9a

Browse files
tests(cci): update live test case list
1 parent 554ea7a commit 631ee9a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/modules/ia/ui/SinglePageWorkflowDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ function initSinglePageWorkflowDialog() {
506506
window.deputy.wikiConfig.cci.rootPage.get().getPrefixedText()
507507
}/${this.data.presumptiveCase}]]` : (
508508
this.data.fromUrls ?
509-
( this.data.sourceUrls ?? [] )[ 0 ] ?? '' :
509+
this.data.sourceUrls.join( ' ' ) ?? '' :
510510
this.data.sourceText
511511
),
512512
this.data.entirePage ? 'true' : 'false'

tests/integration/ContributionSurveyRowParserIntegrationTests.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ import BrowserHelper from '../util/BrowserHelper';
55
describe( 'ContributionSurveyRowParser integration tests', () => {
66
const cases: string[] = [
77
'Hauganm',
8-
'20111004',
98
'Ironboy11',
10-
'20221029'
9+
'Suslindisambiguator'
1110
];
1211

1312
describe( 'Live parsing tests on open cases', () => {

0 commit comments

Comments
 (0)