Skip to content

Commit

Permalink
add cpsell project words for Gitlab-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed May 17, 2024
1 parent 1cff01f commit e5f8f65
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
32 changes: 32 additions & 0 deletions .cspell-project-words.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/src/FunctionalJavascript/DrupalCKEditor5NbspTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://www.google.ch">dolore<nbsp>&npbs;</nbsp>sit</a> amet.');
$source_text_area->setValue('lorem ipsum <a href="https://www.google.ch">dolore<nbsp>&nbsp;</nbsp>sit</a> amet.');

// Click source again to make source inactive and have the Schema refreshed.
$this->pressEditorButton('Source');
Expand Down

0 comments on commit e5f8f65

Please sign in to comment.