Skip to content

Commit

Permalink
added index parameter when calling getCodeEditorValue
Browse files Browse the repository at this point in the history
  • Loading branch information
fake-haris committed Sep 25, 2024
1 parent 7874ad1 commit 1e94a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/services/monaco_editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class MonacoEditorService extends FtrService {
value
);
});
const newCodeEditorValue = await this.getCodeEditorValue();
const newCodeEditorValue = await this.getCodeEditorValue(nthIndex);
expect(newCodeEditorValue).equal(
value,
`Expected value was: ${value}, but got: ${newCodeEditorValue}`
Expand Down

0 comments on commit 1e94a5a

Please sign in to comment.