File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/end2end/playwright/pages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ export class ProjectPage extends BasePage {
103
103
* Path to the QGS file
104
104
* @type {string }
105
105
*/
106
- qgsFile = ( ) => qgsTestFile ( this . project , this . repository ) ;
106
+ get qgsFile ( ) { return qgsTestFile ( this . project , this . repository ) ; }
107
107
108
108
/**
109
109
* Attribute table for the given layer name
@@ -226,7 +226,7 @@ export class ProjectPage extends BasePage {
226
226
* Identify content locator, for a given feature ID and layer ID if necessary
227
227
* @param {string } featureId Feature ID, optional
228
228
* @param {string } layerId Layer ID, optional
229
- * @returns {Locator } Locator for HTML identify content
229
+ * @returns {Promise< Locator> } Locator for HTML identify content
230
230
*/
231
231
async identifyContentLocator ( featureId = '' , layerId = '' ) {
232
232
let selector = `div.lizmapPopupSingleFeature` ;
You can’t perform that action at this time.
0 commit comments