mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 01:25:38 -05:00
Add cell toolbar tests for undoing text styling by clicking button twice. (#18807)
This commit is contained in:
@@ -155,6 +155,11 @@ export class Notebook {
|
||||
await this.code.waitForElement(textSelector, result => !!result?.textContent?.includes(text)); // Use includes to handle whitespace/quote edge cases
|
||||
}
|
||||
|
||||
async waitForTextCellPreviewContentGone(selector: string): Promise<void> {
|
||||
let textSelector = `${Notebook.textCellPreviewSelector} ${selector}`;
|
||||
await this.code.waitForElementGone(textSelector);
|
||||
}
|
||||
|
||||
// Cell Output Actions
|
||||
|
||||
async waitForActiveCellResults(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user