Skip to content

Commit 7b693dc

Browse files
committed
update animation delay for center button
1 parent 1cb120f commit 7b693dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/logic/POM/codeGraph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ export default class CodeGraph extends BasePage {
408408

409409
async clickCenter(): Promise<void> {
410410
await this.centerBtn.click();
411-
await delay(1000); //animation delay
411+
await delay(2000); //animation delay
412412
}
413413

414414
async clickOnRemoveNodeViaElementMenu(): Promise<void> {

0 commit comments

Comments
 (0)