Conversation
Update README overview commands (joomla-projects#20)
merge from head repository
Added skip tour (joomla-projects#27)
Improve README (joomla-projects#30)
- Deleted the skipTour command to avoid having to differentiate between the use of the cancelTour command for Joomla 5.1 and skipTour for Joomla >= 5.2. - Merged the preferably used skip button into cancelTour. - Waiting for the start button to handle the problem to wait after page load that the overlay is opened by JavaScript. - Using preferably the skip tour button (>= 5.2), only this button doesn't exist, the cancel button (Joomla 5.1) is used. - Deleted the 40 seconds timout as cancelTour follows doAdministratorLogin, which ensures page is loaded in checking '<h1>Home Dashboard'. Default 4 secs should be more than enough to open the JavaScript overlay. - Updated README.md including screenshot image
4 tasks
Contributor
|
I would remove the screenshot as when Joomla changes the layout, pretty sure we will forget to update it here. |
Contributor
Author
|
I would vote in favour of leaving the screenshot as it is:
However, if you make simple 👎 I will remove it |
Contributor
|
Ok, we leave it :-) |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For joomla/joomla-cms#43814 there was the new Cypress custom command
skipTourdeveloped with #27 to hide forever the welcome tour in Joomla 5.2.After discussions with @obuisard the functionality from
skipTouris merged into already existingcancelTourto have only one command. In detail this commit contains:Tests
console.logextended version ofjoomla.jsto check which button is clicked and to measure how long the command runsskipTourtocancelTourintests/System/integration/install/Installation.cy.jsnode_modules/joomla-cypress/src/joomla.jswith newcancelTourcommandnode_modules/joomla-cypress/src/joomla.jswith newcancelTourcommand && changedskipTourtocancelTourintests/System/integration/install/Installation.cy.jsnode_modules/joomla-cypress/src/joomla.jswith newcancelTourcommandnode_modules/joomla-cypress/src/joomla.jswith newcancelTourcommand && changeskipTourtocancelTourintests/System/integration/install/Installation.cy.js