Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ test
test
.meta({ rte: rte.standalone })
('Verify that user can see saved article in Enablement area when he leaves Workbench page and goes back again', async t => {
await t.expect(workbenchPage.internalLinkWorkingWithHashes.visible).ok('The working with hachs link is visible', { timeout: 5000 });
//Open Working with Hashes section
await t.click(workbenchPage.internalLinkWorkingWithHashes);
//Check the button from Hash page is visible
Expand Down Expand Up @@ -109,6 +110,7 @@ test
'Learn More'
]
//Open Working with Hashes section and click on the on page counter
await t.expect(workbenchPage.internalLinkWorkingWithHashes.visible).ok('The working with hachs link is visible', { timeout: 5000 });
await t.click(workbenchPage.internalLinkWorkingWithHashes);
await t.click(workbenchPage.enablementAreaPagination);
//Verify the siblings menu
Expand All @@ -123,6 +125,7 @@ test
.meta({ rte: rte.standalone })
('Verify that user can see the quick navigation section to navigate between siblings under the scrolling content', async t => {
//Open Working with Hashes section
await t.expect(workbenchPage.internalLinkWorkingWithHashes.visible).ok('The working with hachs link is visible', { timeout: 5000 });
await t.click(workbenchPage.internalLinkWorkingWithHashes);
//Verify the quick navigation section
await t.expect(workbenchPage.enablementAreaPagination.visible).ok('The quick navigation section is displayed');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ test
})
('Verify that user can see an indication (green triangle) of commands from the left side of the line numbers', async t => {
//Open Working with Hashes page
await t.expect(workbenchPage.internalLinkWorkingWithHashes.visible).ok('The working with hachs link is visible', { timeout: 5000 });
await t.click(workbenchPage.internalLinkWorkingWithHashes);
//Put Create Hash commands into Editing area
await t.click(workbenchPage.preselectHashCreate);
Expand Down