Blame view

test/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteWidgetTests/TestEmailWidget/content.txt 451 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
This page tests bold text on a wiki page.

First create a page with bold text on it.

!|Page Creator|
|page name|page contents|page attributes|valid?|
|EmailPage|This is an@email.com text||true|

Then request that page

!|Response Requester|
|uri|valid?|
|EmailPage|true|

Examine the page to be sure it has the bold text

!|Response Examiner|
|type|pattern|matches?|value|
|contents|This is <a href="mailto:an@email.com">an@email.com</a> text|true||