ionic-team/ionic-framework

Remove ion-toolbar from being captured in screenshots where its appearance doesn't matter

開放

#30,422 建立於 2025年5月25日

 (2 則留言) (0 個反應) (0 位負責人)TypeScript (13,381 個分叉)batch import
help wantedionfw-internship-2025type: feature request

倉庫指標

星標
 (52,503 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Currently, any time ion-toolbar changes in appearance, a lot of screenshots have to be updated. Most of them are only being updated because they include ion-toolbar for labeling the test; the change in them doesn’t matter because the test isn’t meant to verify the look of the toolbar.

The following groups of tests should be updated so that the test does not include the toolbar, since it doesn’t make sense to test the toolbar as part of the screenshot test in them:

  • badge-basic
  • button
  • item
  • list-header
  • progress-bar
  • searchbar
  • toast
  • toggle

Some of these might have one or two tests where ion-toolbar is used in the component they’re testing, but most of them do not, and all of the components listed here have tests that need to be updated to be refocused so they don’t include the ion-toolbar in the screenshot capture.

貢獻者指南