-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from estruyf/dev
Merge for 1.11.0
- Loading branch information
Showing
29 changed files
with
527 additions
and
2,780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/// <reference types="cypress" /> | ||
/// <reference types="../support" /> | ||
|
||
describe('Multilingual validation', function() { | ||
const PAGE_URL = "sitepages/doctor/nl/page-creation.aspx"; | ||
|
||
/** | ||
* Before visiting SharePoint, we first need to authenticate | ||
*/ | ||
before(() => { | ||
cy.visitSP(PAGE_URL); | ||
}); | ||
|
||
after(() => { | ||
cy.screenshot(); | ||
}); | ||
|
||
it('1. Check if language selector is available on the page', () => { | ||
cy.get(`[data-automation-id="LanguageSelector"]`).should('exist').should("contain.text", "Dutch"); | ||
}); | ||
|
||
it('2. Check if the page contains the right language contents', () => { | ||
cy.get(`h2#page-creation`).should('exist'); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"title":"1.10.0","updates":[{"id":82,"title":"[Enhancement]: Allow comments to be disabled at global level"},{"id":83,"title":"[Enhancement]: New implementation of the retry logic"},{"id":84,"title":"[BUG]: Issue with skipping pages and multilingual"},{"id":85,"title":"[BUG]: Fix recording video bug in Cypress during tests"},{"id":95,"title":"[Enhancement]: Add test results to the documentation to gain a better view on how they perform"}]} | ||
{"title":"1.11.0","updates":[{"id":89,"title":"[Enhancement]: Use Cognitive Service Translation API connection for machine translations"},{"id":90,"title":"[Enhancement]: Custom colors for callouts"}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
df8dc25
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: