Skip to content

Commit 26bb572

Browse files
authored
Merge pull request microsoft#255123 from microsoft/tyriar/254893
Eliminate some flakiness when not verifying files save
2 parents 2ff3458 + ac3d470 commit 26bb572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/automation/src/editors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export class Editors {
1515
} else {
1616
await this.code.sendKeybinding('ctrl+s');
1717
}
18+
await this.code.waitForElements('.tab.active.dirty', false, results => results.length === 0);
1819
}
1920

2021
async selectTab(fileName: string): Promise<void> {

0 commit comments

Comments
 (0)