From e5f8f65e2baf507683e878cbee655ac5ec46a5bc Mon Sep 17 00:00:00 2001 From: Kevin Wenger Date: Fri, 17 May 2024 15:27:43 +0200 Subject: [PATCH] add cpsell project words for Gitlab-CI --- .cspell-project-words.txt | 32 +++++++++++++++++++ CHANGELOG.md | 1 + CONTRIBUTING.md | 2 +- .../DrupalCKEditor5NbspTest.php | 2 +- 4 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 .cspell-project-words.txt diff --git a/.cspell-project-words.txt b/.cspell-project-words.txt new file mode 100644 index 0000000..5fd7ad8 --- /dev/null +++ b/.cspell-project-words.txt @@ -0,0 +1,32 @@ +Antistatique +antistatique +cleancode +codesize +commmand +Cyclomatic +domready +dont +drupalnbsp +Durpal +Espace +espaces +gloabl +hidpi +insécable +insécables +interesed +libbz +Nettoye +nonwords +phpcf +PHPCPD +phpcpd +phpdd +Remplace +rulesets +stroustrup +ulimits +unusedcode +wapmorgan +Wenger +wengerk diff --git a/CHANGELOG.md b/CHANGELOG.md index 663cb32..9fc65d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add Drupal core .stylelintrc.json - add coverage of Drupal 10.3.x - add experimental coverage of Drupal 11.x-dev +- add cpsell project words for Gitlab-CI ### Changed - fix tests on Drupal 10.2+ using HTML5 filter diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c9e2c7a..b2b070d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ Once run, you will be able to access to your fresh installed Drupal on `localhos docker compose up -d drupal chrome docker compose exec -u www-data drupal drush site-install standard --db-url="mysql://drupal:drupal@db/drupal" -y - # You may be interesed by reseting the admin passowrd of your Docker and install the module using those cmd. + # You may be interesed by resetting the admin password of your Docker and install the module using those cmd. docker compose exec drupal drush user:password admin admin docker compose exec drupal drush en nbsp diff --git a/tests/src/FunctionalJavascript/DrupalCKEditor5NbspTest.php b/tests/src/FunctionalJavascript/DrupalCKEditor5NbspTest.php index 9c42c7f..7c4c50f 100644 --- a/tests/src/FunctionalJavascript/DrupalCKEditor5NbspTest.php +++ b/tests/src/FunctionalJavascript/DrupalCKEditor5NbspTest.php @@ -183,7 +183,7 @@ public function testNbspInsideLinkTag() { // Emulate the user typing a link and adding an NBSP element inside. $this->pressEditorButton('Source'); $source_text_area = $assert_session->waitForElement('css', '.ck-source-editing-area textarea'); - $source_text_area->setValue('lorem ipsum dolore&npbs;sit amet.'); + $source_text_area->setValue('lorem ipsum dolore sit amet.'); // Click source again to make source inactive and have the Schema refreshed. $this->pressEditorButton('Source');