Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jitsi/jitsi-meet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b144c61cf1599350992f18b1ca8a42f0c6efbe46
Choose a base ref
..
head repository: jitsi/jitsi-meet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3ebd7771a390a759f9fd8243b9ac48c877b10bd9
Choose a head ref
Showing with 4 additions and 0 deletions.
  1. +4 −0 tests/helpers/Participant.ts
4 changes: 4 additions & 0 deletions tests/helpers/Participant.ts
Original file line number Diff line number Diff line change
@@ -441,6 +441,10 @@ export class Participant {
await this.driver.url('/base.html');
}

/**
* Returns the local display name element.
* @private
*/
private async getLocalDisplayNameElement() {
const localVideoContainer = this.driver.$('span[id="localVideoContainer"]');