Skip to content

Commit bd7f492

Browse files
author
Chris Garrett
committed
Add test for 18253
1 parent d7f3cda commit bd7f492

File tree

1 file changed

+4
-0
lines changed
  • packages/@ember/-internals/glimmer/tests/integration/components

1 file changed

+4
-0
lines changed

packages/@ember/-internals/glimmer/tests/integration/components/tracked-test.js

+4
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,10 @@ if (EMBER_METAL_TRACKED_PROPERTIES) {
245245
runTask(() => this.$('button').click());
246246

247247
this.assertText('1');
248+
249+
runTask(() => this.$('button').click());
250+
251+
this.assertText('2');
248252
}
249253

250254
'@test nested getters update when dependent properties are invalidated'() {

0 commit comments

Comments
 (0)