Merge branch 'master' into v2.4

This commit is contained in:
qcrao
2023-09-15 14:45:46 +08:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ async function deleteConversation(checkbox) {
// debugger // debugger
const deleteButton = await waitForElement('nav div a>div>button:nth-child(2)'); const deleteButton = await waitForElement("nav div a>div>button:nth-child(2)");
if (deleteButton) { if (deleteButton) {
console.log("2. 点击删除按钮"); console.log("2. 点击删除按钮");