From 6b8d6dfb0cbfc63f180b3b3fa8d7b34f53ddcec1 Mon Sep 17 00:00:00 2001 From: huairong Date: Thu, 22 Aug 2024 14:29:09 +0800 Subject: [PATCH] + [task#126576] modify ui test file of createstage. --- module/programplan/test/ui/page/create.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/module/programplan/test/ui/page/create.php b/module/programplan/test/ui/page/create.php index d9106711a0..787c969f3b 100644 --- a/module/programplan/test/ui/page/create.php +++ b/module/programplan/test/ui/page/create.php @@ -17,9 +17,4 @@ class createPage extends page 'beginTip' => "//*[@id='begin[1]Tip']", 'endTip' => "//*[@id='end[1]Tip']", 'nameTip' => "//*[@class='modal modal-async load-indicator modal-alert modal-trans show in']/div/div/div[2]/div", - 'confirmBtn' => "//*[@class='modal modal-async load-indicator modal-alert modal-trans show in']/div/div/div[3]/nav/button/span -", - ); - $this->dom->xpath = array_merge($this->dom->xpath, $xpath); - } -} + 'confirmBtn' => "//*[@class='modal modal-async load-indicator modal-alert modal-trans show in']/div/div/div[3]/nav/button/span",