Commit edf1115f authored by 向偲彪's avatar 向偲彪
Browse files

fix

parent 8d66fa17
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ public class ProcessInstancePage extends PageCommon {
     * rerun workflow page
     */
    public boolean rerunWorkflowPage() throws InterruptedException {
        Thread.sleep(2000);
        clickTopElement(ProcessInstanceLocator.CLICK_PROCESS_INSTANCE_NAME);
        clickTopElement(ProcessInstanceLocator.CLICK_RERUN_BUTTON);
        return ifTitleContains(ProcessInstanceData.PROCESS_INSTANCE_TITLE);