Skip to content

Commit 0d91bf9

Browse files
committed
Tests e2e playwright Project Page Lint
1 parent b051410 commit 0d91bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/end2end/playwright/pages/project.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class ProjectPage extends BasePage {
103103
* Path to the QGS file
104104
* @type {string}
105105
*/
106-
qgsFile = () => qgsTestFile(this.project, this.repository);
106+
get qgsFile () { return qgsTestFile(this.project, this.repository); }
107107

108108
/**
109109
* Attribute table for the given layer name
@@ -226,7 +226,7 @@ export class ProjectPage extends BasePage {
226226
* Identify content locator, for a given feature ID and layer ID if necessary
227227
* @param {string} featureId Feature ID, optional
228228
* @param {string} layerId Layer ID, optional
229-
* @returns {Locator} Locator for HTML identify content
229+
* @returns {Promise<Locator>} Locator for HTML identify content
230230
*/
231231
async identifyContentLocator(featureId = '', layerId= '') {
232232
let selector = `div.lizmapPopupSingleFeature`;

0 commit comments

Comments
 (0)