Issue #3487329: Provide installation checklist
1 unresolved thread
Merge request reports
Activity
added 1 commit
- d5792eb2 - Added cypress test for the installation checklist.
added 8 commits
-
d5792eb2...24e91796 - 5 commits from branch
project:0.x
- c9eb319a - Added installation checklist.
- a7f779c2 - Removed unnecessary menu.
- 00593407 - Added cypress test for the installation checklist.
Toggle commit list-
d5792eb2...24e91796 - 5 commits from branch
- Resolved by Christian López Espínola
- Resolved by Christian López Espínola
- Resolved by Adam G-H
14 15 // Assert we have the block and the first task is the next task. 16 cy.get('.block-installation-checklist').contains('Finish setting up your account.'); 17 18 // Assert we can go to the checklist. 19 cy.get('.block-installation-checklist').contains('a', 'See the installation checklist' ).click(); 20 cy.get('.page-title').should('contain.text', 'Finish setting up your site'); 21 22 // Assert we can mark the first item as done. 23 cy.findByLabelText('Finish setting up your account.').check(); 24 cy.findByDisplayValue('Save').click(); 25 cy.get('[data-drupal-messages]').should('contain.text', 'Finish setting up your site progress has been saved. 1 item changed.'); 26 27 // Go back to the dashboard and the next task should have changed. 28 cy.visit('/admin/dashboard'); 29 cy.get('.block-installation-checklist').contains('Create your first content page'); changed this line in version 7 of the diff
- Resolved by Adam G-H
added 2 commits
Please register or sign in to reply