File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/packages/portal/pages/PortalPage/BaseVersionPage Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ export class CompareSelectDialog extends BaseCancelDialog {
4343 previousOperation : Operation
4444 currentOperation : Operation
4545 } > ) : Promise < void > {
46+ await this . page . waitForTimeout ( 2000 ) //to prevent fields' data resetting
4647 if ( params . previousWorkspace || params . currentWorkspace || params . previousPackage || params . currentPackage ) {
4748 await this . changePackagesBtn . click ( )
48- await expect ( this . previousWorkspaceAc ) . not . toBeEmpty ( ) //to prevent fields data resetting
49+ await expect ( this . previousWorkspaceAc ) . not . toBeEmpty ( ) //to prevent fields' data resetting
4950 }
5051 if ( params . previousWorkspace ) {
5152 await this . previousWorkspaceAc . click ( )
You can’t perform that action at this time.
0 commit comments