Skip to content

Commit

Permalink
Merge pull request #6144 from unoplatform/dev/dr/testCal
Browse files Browse the repository at this point in the history
test(calendar): Ignore Calendar<View|DatePicker> in all screenshot tests
  • Loading branch information
dr1rrb authored Jun 3, 2021
2 parents 6757684 + 2c2e019 commit a41df06
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace UITests.Windows_UI_Xaml_Controls.CalendarView
{
[Sample("Date Picking")]
[Sample("Date Picking", IgnoreInSnapshotTests = true)]
public sealed partial class CalendarDatePicker_Features : Page
{
public CalendarDatePicker_Features()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace UITests.Windows_UI_Xaml_Controls.CalendarViewTests
{
[Sample("Date Picking")]
[Sample("Date Picking", IgnoreInSnapshotTests = true)]
public sealed partial class CalendarView_Basics : Page
{
public CalendarView_Basics()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace UITests.Windows_UI_Xaml_Controls.CalendarView
{
[Sample("Date Picking")]
[Sample("Date Picking", IgnoreInSnapshotTests = true)]
public sealed partial class CalendarView_Features : Page
{
public CalendarView_Features()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace UITests.Windows_UI_Xaml_Controls.CalendarView
{
[Sample("Date Picking")]
[Sample("Date Picking", IgnoreInSnapshotTests = true)]
public sealed partial class CalendarView_ScrollingRegion : Page
{
public CalendarView_ScrollingRegion()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace UITests.Windows_UI_Xaml_Controls.CalendarView
{
[Sample("Date Picking")]
[Sample("Date Picking", IgnoreInSnapshotTests = true)]
public sealed partial class CalendarView_SmallRange : Page
{
public CalendarView_SmallRange()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace UITests.Shared.Windows_UI_Xaml_Controls.DatePicker
{
[Sample("Date Picking")]
[Sample("Date Picking", IgnoreInSnapshotTests = true)]
public sealed partial class DatePickerFlyout_Automated : UserControl
{
public DatePickerFlyout_Automated()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace UITests.Shared.Windows_UI_Xaml_Controls.DatePicker
{
[Sample("Date Picking")]
[Sample("Date Picking", IgnoreInSnapshotTests = true)]
public sealed partial class DatePickerFlyout_Date_Binding : UserControl
{
public DatePickerFlyout_Date_Binding()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace UITests.Shared.Windows_UI_Xaml_Controls.DatePicker
{
[Sample("Date Picking", ViewModelType = typeof(DatePickerViewModel))]
[Sample("Date Picking", ViewModelType = typeof(DatePickerViewModel), IgnoreInSnapshotTests = true)]
public sealed partial class DatePickerFlyout_MinYear : UserControl
{
public DatePickerFlyout_MinYear()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace UITests.Shared.Windows_UI_Xaml_Controls.DatePicker
{
[Sample("Date Picking")]
[Sample("Date Picking", IgnoreInSnapshotTests = true)]
public sealed partial class DatePickerFlyout_Unloaded : UserControl
{
public DatePickerFlyout_Unloaded()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace UITests.Shared.Windows_UI_Xaml_Controls.DatePicker
{
[Sample("Date Picking", ViewModelType = typeof(DatePickerViewModel))]
[Sample("Date Picking", ViewModelType = typeof(DatePickerViewModel), IgnoreInSnapshotTests = true)]
public sealed partial class DatePickerSample : UserControl
{
public DatePickerSample()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace UITests.Windows_UI_Xaml_Controls.DatePicker
{
[Sample("Date Picking")]
[Sample("Date Picking", IgnoreInSnapshotTests = true)]
public sealed partial class DatePicker_DatePartVisibility : Page
{
public DatePicker_DatePartVisibility()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace UITests.Windows_UI_Xaml_Controls.DatePicker
{
[Sample("Date Picking")]
[Sample("Date Picking", IgnoreInSnapshotTests = true)]
public sealed partial class DatePicker_Features : Page
{
public static readonly DependencyProperty PickedDateProperty =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace UITests.Windows_UI_Xaml_Controls.DatePicker
{
[Sample("Date Picking")]
[Sample("Date Picking", IgnoreInSnapshotTests = true)]
public sealed partial class DatePicker_Header : Page
{
public DatePicker_Header()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace UITests.Windows_UI_Xaml_Controls.DatePicker
{
[Sample("Date Picking")]
[Sample("Date Picking", IgnoreInSnapshotTests = true)]
public sealed partial class DatePicker_Placement : Page
{
public DatePicker_Placement()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace UITests.Shared.Windows_UI_Xaml_Controls.DatePicker
{
[Sample("Date Picking", ViewModelType = typeof(DatePickerViewModel))]
[Sample("Date Picking", ViewModelType = typeof(DatePickerViewModel), IgnoreInSnapshotTests = true)]
public sealed partial class DatePicker_SampleContent : UserControl
{
public DatePicker_SampleContent()
Expand Down

0 comments on commit a41df06

Please sign in to comment.