@@ -14,24 +14,24 @@ test('should be able to setup a subscription and import concepts', async ({ page
1414 const openConceptLabPage = new OpenConceptLabPage ( page ) ;
1515
1616 await test . step ( 'When I setup the subscription' , async ( ) => {
17- await openConceptLabPage . goto ( ) ;
18- await openConceptLabPage . addOclSubscription ( ) ;
17+ await openConceptLabPage . goto ( ) ;
18+ await openConceptLabPage . addOclSubscription ( ) ;
1919 } ) ;
2020
2121 await test . step ( 'And I starts an import' , async ( ) => {
22- await openConceptLabPage . importTab ( ) . click ( ) ;
23- await openConceptLabPage . startImport ( ) ;
22+ await openConceptLabPage . importTab ( ) . click ( ) ;
23+ await openConceptLabPage . startImport ( ) ;
2424 } ) ;
2525
2626 await test . step ( 'Then the import results should appear in the test report' , async ( ) => {
27- await openConceptLabPage . goto ( ) ;
28- await openConceptLabPage . previousImportsTab ( ) . click ( ) ;
29- await expect ( openConceptLabPage . previousImportsTable ( ) ) . toHaveText ( / \d + i t e m s f e t c h e d / ) ;
27+ await openConceptLabPage . goto ( ) ;
28+ await openConceptLabPage . previousImportsTab ( ) . click ( ) ;
29+ await expect ( openConceptLabPage . previousImportsTable ( ) ) . toHaveText ( / \d + i t e m s f e t c h e d / ) ;
3030 } ) ;
3131
3232 await test . step ( 'And I unsubscribes' , async ( ) => {
33- await openConceptLabPage . subscriptionTab ( ) . click ( ) ;
34- await openConceptLabPage . unsubscribe ( ) ;
33+ await openConceptLabPage . subscriptionTab ( ) . click ( ) ;
34+ await openConceptLabPage . unsubscribe ( ) ;
3535 } ) ;
3636} ) ;
3737
0 commit comments