File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
playwright/ci-test/tests/fixtures Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export class Footer {
2424 . locator ( "div" )
2525 . filter ( { hasText : "Download" } )
2626 . nth ( 2 ) ;
27- this . logoImage = this . page . getByRole ( "img" , { name : "Logo" } ) ;
27+ this . logoImage = this . page . getByRole ( "img" , { name : "Logo" } ) . last ( ) ;
2828 this . facebookLink = this . page . getByRole ( "link" , { name : "" } ) ;
2929 this . youtubeLink = this . page . getByRole ( "link" , { name : "" } ) ;
3030 this . mastodonLink = this . page
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export class HomePage {
1414 public readonly textList : string [ ] = [
1515 "Free and Open Source" ,
1616 "QGIS Planet" ,
17- "Your go-to source for the latest posts and updates related to QGIS. " ,
17+ "Your go-to source for the latest posts and updates related to QGIS" ,
1818 ] ;
1919
2020 constructor ( public readonly page : Page ) {
You can’t perform that action at this time.
0 commit comments