Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20473bb

Browse files
committed
Fix link
1 parent 4a88b12 commit 20473bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/v2.0/mtf/create_test/create_new_test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ public function addNew()
563563

564564
{% endhighlight %}
565565

566-
In HTML page, to locate the UI block that contains a button, we will use a `.page-main-actions` locator. [Learn more about locator definitions.]
566+
In HTML page, to locate the UI block that contains a button, we will use a `.page-main-actions` locator. Learn how to [define a locator].
567567

568568
The SynonymsIndex.xml page must contain the following block to be able to run the method in a test case.
569569

@@ -1081,7 +1081,7 @@ That's it!
10811081
[blocks]: {{page.baseurl}}mtf/mtf_entities/mtf_block.html
10821082
[block mapping]: {{page.baseurl}}mtf/mtf_entities/mtf_block.html#mtf_block_mapping
10831083
[Learn about form mapping.]: {{page.baseurl}}mtf/mtf_entities/mtf_block.html#mtf_block_mapping
1084-
[Learn how to define a locator.]: {{page.baseurl}}mtf/mtf_entities/mtf_block.html#define-a-selector
1084+
[define a locator]: {{page.baseurl}}mtf/mtf_entities/mtf_block.html#define-a-selector
10851085
[nodes description table]: {{page.baseurl}}mtf/mtf_entities/mtf_block.html#mtf_block_form_xml_nodes
10861086
[page]: {{page.baseurl}}mtf/mtf_entities/mtf_page.html
10871087
[pages]: {{page.baseurl}}mtf/mtf_entities/mtf_page.html

0 commit comments

Comments
 (0)