mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-18 16:31:31 +00:00
End to End Test Improvements Round 2 (#475)
This commit is contained in:
@@ -67,6 +67,7 @@ export async function createDatabase(frame: Frame) {
|
||||
// click submit
|
||||
await frame.waitFor("#submitBtnAddCollection");
|
||||
await frame.click("#submitBtnAddCollection");
|
||||
return dbId;
|
||||
}
|
||||
|
||||
export async function onClickSaveButton(frame: Frame) {
|
||||
|
||||
Reference in New Issue
Block a user