Add TODO code

Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com>
This commit is contained in:
Bernardo Cardoso
2024-04-10 16:17:59 +01:00
committed by GitHub
parent 61c38de88c
commit 049d4ad332

View File

@@ -4,6 +4,7 @@ import { configs, test } from '@utils/test/playwright';
configs({ modes: ['ionic-md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
/**
* This behavior only applies to Ionic Theme.
* TODO(FW-6120): add the `ios` and `md` modes when shape support is added.
*/
test.describe(title('chip: shape'), () => {
test.beforeEach(async ({ page }) => {