Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
prozorro-sale
Auction front autotests
Commits
de38c3af
Commit
de38c3af
authored
Aug 09, 2021
by
Oleg Kachur
👽
Browse files
Merge branch 'refactor/smoke_minor_fix' into 'master'
Add pause on smoke run See merge request
!81
parents
45b9172b
19f61a9d
Pipeline
#29994
passed with stages
in 60 minutes and 2 seconds
Changes
3
Pipelines
84
Hide whitespace changes
Inline
Side-by-side
src/regression_tests/RailwayCargoDutch/Auction.robot
View file @
de38c3af
...
...
@@ -119,7 +119,7 @@ Action - sealed bids
Wait Until Element Is Visible
${BTN_BET_REJECT}
Click Element
${BTN_BET_REJECT}
Sleep
1s
Input Text
${NUMBER_INPUT}
1050
Click Button
${BTN_BET}
Wait Until Element Is Visible
//span[contains(normalize-space(.), concat('Ставку прийнято: 1', "'", '050.00'))]
...
...
src/regression_tests/SubsoilDutch/Auction.robot
View file @
de38c3af
...
...
@@ -119,7 +119,7 @@ Action - sealed bids
Wait Until Element Is Visible
${BTN_BET_REJECT}
Click Element
${BTN_BET_REJECT}
Sleep
1s
Input Text
${NUMBER_INPUT}
1050
Click Button
${BTN_BET}
Wait Until Element Is Visible
//span[contains(normalize-space(.), concat('Ставку прийнято: 1', "'", '050.00'))]
...
...
src/smoke_tests/smoke.robot
View file @
de38c3af
...
...
@@ -25,11 +25,13 @@ Page have working buttons
Element Should Be Disabled
//button [@class="btn btn-info" and contains(text(), "← Previous page")]
Click Button
//button [@class="btn btn-info" and contains(text(), "Next page →")]
Wait Until Location Is Not
%{AUCTION_URL}
20 s
Sleep
2s
Wait Until Element Is Enabled
//button [@class="btn btn-info" and contains(text(), "Next page →")]
Element Should Be Enabled
//button [@class="btn btn-info" and contains(text(), "← Previous page")]
${NEXT_URL}
=
Get Location
Click Button
//button [@class="btn btn-info" and contains(text(), "← Previous page")]
Sleep
2s
Wait Until Element Is Enabled
//button [@class="btn btn-info" and contains(text(), "Next page →")]
Element Should Be Disabled
//button [@class="btn btn-info" and contains(text(), "← Previous page")]
Wait Until Location Is Not
${NEXT_URL}
20 s
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment