AutorÃa | Ultima modificación | Ver Log |
@mod @mod_ltiFeature: Navigate existing LTI tool types using paginationIn order to manage reusable activities for teachersAs an adminI need to view existing toolsBackground:Given 100 "mod_lti > tool types" exist with the following data:|name |Test tool [count] ||description |Example description [count] ||baseurl |https://www.example.com/tool[count]|And I log in as "admin"And I navigate to "Plugins > Activity modules > External tool > Manage tools" in site administration@javascriptScenario: View first page of tool types.Then I should see "Test tool 30"And "Test tool 70" "text" should not be visible@javascriptScenario: View second page of tool types using page 2 button.When I click on "2" "link"Then I should see "Test tool 70"And "Test tool 30" "text" should not be visible@javascriptScenario: View last page of tool types using page 2 button.When I click on "Last" "link"Then I should see "Test tool 70"And "Test tool 30" "text" should not be visible