Blame view

test/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteResponderTests/SuiteTestResponders/SuiteResponder/TestExecutionStatusBox/content.txt 727 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
When you execute a suite page, the execution status box will be displayed in the upper right hand corner.
----
Create a Suite page

!|script|Page Builder|
|line|${SUT_PATH}|
|page|!-SuitePage-!|

Create a simple test page

!|script|Page Builder|
|line|!-|!-fitnesse.testutil.PassFixture-!-!!-|-!|
|page|!-SuitePage.TestPage-!|

Now run the suite page.

|Response Requester.|
|uri   |valid?|
|!-SuitePage?responder=suite-!|true|

|Response Examiner.|
|contents?|
||

The suite should containt the execution-status div
|Response Examiner.|
|type  |pattern|matches?|
|contents|!-TestPage-!|true|

The error log page should not have any errors

|Response Examiner.|
|type  |pattern|matches?|
|contents|<div id="test-action">|true|