We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc7467 commit f77fc2cCopy full SHA for f77fc2c
eform-client/e2e/Page objects/Plugin.page.ts
@@ -69,7 +69,7 @@ class PluginRowObject {
69
rowNumber: number;
70
71
public async getRow(rowNum: number): Promise<PluginRowObject> {
72
- this.rowNumber= rowNum -1;
+ this.rowNumber = rowNum - 1;
73
74
this.id = +await ($('#plugin-id'+this.rowNumber)).getText();
75
this.name = await (await $('#plugin-name'+this.rowNumber)).getText();
0 commit comments