Skip to content

Commit

Permalink
fix : update component ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayebsed93 committed Oct 16, 2024
1 parent e030000 commit 57adf38
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Showcase/Showcase.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@
6D8F9C492CBFD3A30078A10E /* OUDSComponentsUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D8F9C482CBFD3A30078A10E /* OUDSComponentsUITests.swift */; };
6D8F9C4B2CBFD47D0078A10E /* testComponents_InverseTheme_Page_Light.png in Resources */ = {isa = PBXBuildFile; fileRef = 6D8F9C4A2CBFD47D0078A10E /* testComponents_InverseTheme_Page_Light.png */; };
6D8F9C4D2CBFD48D0078A10E /* testComponents_OrangeTheme_Page_Light.png in Resources */ = {isa = PBXBuildFile; fileRef = 6D8F9C4C2CBFD48D0078A10E /* testComponents_OrangeTheme_Page_Light.png */; };
6D8F9C4E2CBFDC380078A10E /* ComponentsPage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51BD760D2C466FCF0033365D /* ComponentsPage.swift */; };
6D8F9C4F2CBFDC8B0078A10E /* EmptyState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074794792CAE882A0033C2D8 /* EmptyState.swift */; };
E537B9B66A6466473179DEE8 /* Pods_Showcase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E0D3017314DBC1733F8D0C79 /* Pods_Showcase.framework */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -1385,6 +1387,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6D8F9C4F2CBFDC8B0078A10E /* EmptyState.swift in Sources */,
6D8F9C4E2CBFDC380078A10E /* ComponentsPage.swift in Sources */,
6D2465902CBEAEE40023E359 /* ShowcaseTokenIllustration.swift in Sources */,
6D8F9B9D2CBFB8CA0078A10E /* OUDSTokensDimensionUITests.swift in Sources */,
6D8F9BE82CBFC3360078A10E /* OUDSTokensTypographyUITests.swift in Sources */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class OUDSComponentsUITests: XCTestCase {
// MARK: - Orange Theme Light Mode Components Page Tests

func testComponents_OrangeTheme_Page_Light() {
let vc = BorderTokenPage()
let vc = ComponentsPage()
assertSnapshot(of: vc, as: .image, named: "OrangeTheme/testComponents_OrangeTheme_Page_Light")
}

Expand All @@ -34,7 +34,7 @@ class OUDSComponentsUITests: XCTestCase {
// MARK: - Inverse Theme Light Mode Components Page Tests

func testComponents_InverseTheme_Page_Light() {
let vc = BorderTokenPage()
let vc = ComponentsPage()
assertSnapshot(of: vc, as: .image, named: "OrangeTheme/testComponents_InverseTheme_Page_Light")
}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57adf38

Please sign in to comment.