File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ describe('plugin-login', () => {
37
37
await fs . remove ( testFilesPath ) ;
38
38
} ) ;
39
39
it ( 'creates with spaced commands' , async ( ) => {
40
- const dita = loadTestDitamapFile ( join ( 'login' , 'cli_reference_login_org_jwt .xml' ) ) ;
40
+ const dita = loadTestDitamapFile ( join ( 'login' , 'cli_reference_login_org_jwt_unified .xml' ) ) ;
41
41
expect ( / < t i t l e > < c o d e p h o t h e r p r o p s = " n o l a n g " > l o g i n o r g j w t / . test ( dita ) ) . to . be . true ;
42
42
} ) ;
43
43
it ( 'creates with summary' , async ( ) => {
44
- const dita = loadTestDitamapFile ( join ( 'login' , 'cli_reference_login_org_jwt .xml' ) ) ;
44
+ const dita = loadTestDitamapFile ( join ( 'login' , 'cli_reference_login_org_jwt_unified .xml' ) ) ;
45
45
expect ( / s h o r t d e s c " > \n ( \s .* ) L o g i n t o a S a l e s f o r c e o r g u s i n g a J S O N w e b t o k e n \( J W T \) ./ . test ( dita ) ) . to . be . true ;
46
46
} ) ;
47
47
it ( 'creates parameters' , async ( ) => {
48
- const dita = loadTestDitamapFile ( join ( 'login' , 'cli_reference_login_org_jwt .xml' ) ) ;
48
+ const dita = loadTestDitamapFile ( join ( 'login' , 'cli_reference_login_org_jwt_unified .xml' ) ) ;
49
49
expect ( / < t i t l e > < p h > P a r a m e t e r s < \/ p h > < \/ t i t l e > / . test ( dita ) ) . to . be . true ;
50
50
} ) ;
51
51
} ) ;
You can’t perform that action at this time.
0 commit comments