Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Jan 30, 2025
1 parent 0e63b0d commit 28c52f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/pages/scm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class SCM {

async stage(name: string): Promise<void> {
await this.code.driver.page.locator(SCM_RESOURCE_ACTION_CLICK(name, 'Stage Changes')).click();
await this.waitForChange(name, 'Staged');
await this.waitForChange(name, 'Index Modified');
}

async commit(message: string): Promise<void> {
Expand Down

0 comments on commit 28c52f6

Please sign in to comment.