Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pathauto version in cypress tests. #302

Merged
merged 2 commits into from
Oct 24, 2023
Merged
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
6 changes: 3 additions & 3 deletions cypress/e2e/launch_form.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ describe('Test the launch form', function () {
it('should adjust available core versions based on compatibility', function () {
cy.pickProject('Pathauto')
cy.getByLabel('Project version')
.should('have.value', '8.x-1.11')
.should('have.value', '8.x-1.12')
cy.toggleDetailsElement('Advanced options')
cy.getByLabel('Drupal Core')
.should('have.value', '10.1.1')
.should('have.value', '10.1.5')
cy.getByLabel('Project version')
.select('8.x-1.6')
cy.getByLabel('Drupal Core')
Expand All @@ -45,7 +45,7 @@ describe('Test the launch form', function () {
it('should show the Umami demo for Drupal 8.6.x and Drupal 9 sites', function () {
cy.pickProject('Pathauto')
cy.getByLabel('Project version')
.should('have.value', '8.x-1.11')
.should('have.value', '8.x-1.12')
cy.getByLabel('Project version')
.select('7.x-1.0')
cy.toggleDetailsElement('Advanced options')
Expand Down