$session->responseContains("Upgrade a site by importing its files and the data from its database into a clean and empty new install of Drupal $new_site_version.");
$this->drupalPostForm(NULL,[],t('Continue'));
$session->pageTextContains('Provide credentials for the database of the Drupal site you want to upgrade.');
$session->pageTextContains(t('Resolve all issues below to continue the upgrade.'));
$session->pageTextContains(t('The no_source_module plugin must define the source_module property.'));
// Uninstall the module causing the missing module error messages.
$this->container->get('module_installer')
->uninstall(['migration_provider_test'],TRUE);
// Restart the upgrade process and test there is no source_module error.
$this->drupalGet('/upgrade');
$session->responseContains("Upgrade a site by importing its files and the data from its database into a clean and empty new install of Drupal $new_site_version.");
$this->drupalPostForm(NULL,[],t('Continue'));
$session->pageTextContains('Provide credentials for the database of the Drupal site you want to upgrade.');