From 34d132795141a91dd871299ee94175a8dd5c3d17 Mon Sep 17 00:00:00 2001 From: Keegan George Date: Mon, 4 Jul 2022 18:03:43 -0700 Subject: [PATCH] DEV: Add acceptance tests --- README.md | 2 +- .../templates/modal/table-builder-modal.hbs | 2 +- test/acceptance/table-builder.js | 32 +++++++++++++++++++ 3 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 test/acceptance/table-builder.js diff --git a/README.md b/README.md index 29e984f..0406a63 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ A theme component that adds a button to the composer tools to easily build table - [X] Add table builder functionality - [ ] Possibly add the ability to edit tables -- [ ] Add front-end tests \ No newline at end of file +- [X] Add front-end tests \ No newline at end of file diff --git a/javascripts/discourse/templates/modal/table-builder-modal.hbs b/javascripts/discourse/templates/modal/table-builder-modal.hbs index 9130ec1..a01024e 100644 --- a/javascripts/discourse/templates/modal/table-builder-modal.hbs +++ b/javascripts/discourse/templates/modal/table-builder-modal.hbs @@ -26,7 +26,7 @@