Skip to content

Enhanced Stepper to Support Dynamic Increment Mapping #24396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 33 commits into from
Jan 24, 2025
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
35130ee
Fix Stepper doesn't change increment value when being bound to a doub…
devanathan-vaithiyanathan Aug 23, 2024
6011a36
Conflicts resolved
devanathan-vaithiyanathan Aug 26, 2024
934e187
shipped file changes updated
devanathan-vaithiyanathan Aug 26, 2024
841b7c9
shipped file changes included
devanathan-vaithiyanathan Aug 28, 2024
c696ff1
changes added in unshipped file
devanathan-vaithiyanathan Aug 28, 2024
c71d9ae
platform condition removed
devanathan-vaithiyanathan Aug 28, 2024
e67a37e
platform condition added in script file
devanathan-vaithiyanathan Aug 28, 2024
c157223
conflicts resolved and ui test removed
devanathan-vaithiyanathan Oct 8, 2024
4edaa83
shipped file extra changes removed
devanathan-vaithiyanathan Oct 8, 2024
010c412
extra changes removed in unshipped.txt
devanathan-vaithiyanathan Oct 8, 2024
cb96313
empty lines removed
devanathan-vaithiyanathan Oct 8, 2024
6d8dd27
tizen shipped file changes reverted
devanathan-vaithiyanathan Oct 8, 2024
302063a
new test case and snapshot added for android & iOS
devanathan-vaithiyanathan Oct 15, 2024
6929eb4
conflicts resolved
devanathan-vaithiyanathan Oct 22, 2024
72b5327
WinUI snap added
devanathan-vaithiyanathan Oct 23, 2024
77c1f61
old changes reverted new changes added
devanathan-vaithiyanathan Oct 25, 2024
1a99518
snap added for all platform
devanathan-vaithiyanathan Oct 29, 2024
0d39e29
Added AppendToMapping pattern
Dhivya-SF4094 Nov 15, 2024
f9894d6
Removed wrong namespace
Dhivya-SF4094 Nov 19, 2024
30e0c67
Renamed class name
Dhivya-SF4094 Nov 21, 2024
d40fefa
Merge branch 'main' into Fix-20706
devanathan-vaithiyanathan Dec 5, 2024
00f8e09
Merge remote-tracking branch 'upstream/main' into Fix-20706
Dhivya-SF4094 Jan 16, 2025
0aadff6
Updated testcase screenshot forMac
Dhivya-SF4094 Jan 16, 2025
70ff4bc
Update StepperUITests.cs
Dhivya-SF4094 Jan 16, 2025
7feeff9
Revert "Update StepperUITests.cs"
Dhivya-SF4094 Jan 16, 2025
ed32dee
Revert "Updated testcase screenshot forMac"
Dhivya-SF4094 Jan 16, 2025
be3ba98
Updated alignment in test case
Dhivya-SF4094 Jan 16, 2025
7e2a80a
Updated MapInterval
Dhivya-SF4094 Jan 16, 2025
03ff095
Updated test sample
Dhivya-SF4094 Jan 23, 2025
0ecfc54
Reverted test images
Dhivya-SF4094 Jan 23, 2025
d57c2a6
Revert "Reverted test images"
Dhivya-SF4094 Jan 23, 2025
750afe8
Removed test images
Dhivya-SF4094 Jan 23, 2025
a03db21
Added test_fails_on_catalyst tag in test sample
Dhivya-SF4094 Jan 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
platform condition added in script file
  • Loading branch information
devanathan-vaithiyanathan committed Aug 28, 2024
commit e67a37ec76bfc3c96e5b6ca4540316d11a67516f
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using NUnit.Framework;
#if !MACCATALYST
using NUnit.Framework;
using UITest.Appium;
using UITest.Core;

Expand All @@ -22,4 +23,5 @@ public void ChangeIncrementValue()
VerifyScreenshot();
}
}
}
}
#endif
Loading