-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from Satellite-im/luis/tests
test(add): add tests and increase timeout
- Loading branch information
Showing
21 changed files
with
762 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
describe("Settings - Inventory", () => { | ||
it.skip("J1 - Page should display items purchased from Marketplace", () => { | ||
// Test code for J1 | ||
}); | ||
|
||
it.skip("J2 - After user selects Profile Picture Frame it should be properly displayed everywhere in the app where the user's profile picture appears", () => { | ||
// Test code for J2 | ||
}); | ||
|
||
it.skip("J3 - Equip button should change to Equipped and highlighted after selection", () => { | ||
// Test code for J3 | ||
}); | ||
|
||
it.skip("J4 - Equipped Frame should be displayed in Frame within the Equipped Items", () => { | ||
// Test code for J4 | ||
}); | ||
|
||
it.skip("J5 - Clicking Unequip should unequip item", () => { | ||
// Test code for J5 | ||
}); | ||
|
||
it.skip("J6 - After item is unequipped it should no longer be displayed in Equipped Items", () => { | ||
// Test code for J6 | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
describe("Settings - Customization", () => { | ||
it.skip("K1 - Language dropdown should display English", () => { | ||
// Test code for K1 | ||
}); | ||
|
||
it.skip("K2 - Font dropdown should show: Poppins, SpaceMono, ChakraPetch, Confortaa, Dosis, IBMPlexMono, IndieFlower, JosefinSans, Noto, SourceCodePro, SpaceGrotesk, MajorMono, MerriWeather, PoiretOne, OpenDyslexic", () => { | ||
// Test code for K2 | ||
}); | ||
|
||
it.skip("K3 - Selected Fonts should be applied everywhere throughout the app", () => { | ||
// Test code for K3 | ||
}); | ||
|
||
it.skip("K4 - Clicking OpenFolder should open the Fonts folder", () => { | ||
// Test code for K4 | ||
}); | ||
|
||
it.skip("K5 - Font size should have a minimum of .82", () => { | ||
// Test code for K5 | ||
}); | ||
|
||
it.skip("K6 - Font size should have a maximum of 1.50", () => { | ||
// Test code for K6 | ||
}); | ||
|
||
it.skip("K7 - Font size should be applied correctly everywhere through the app", () => { | ||
// Test code for K7 | ||
}); | ||
|
||
it.skip("K8 - Clicking the moon button should change theme of the app from Dark to Light", () => { | ||
// Test code for K8 | ||
}); | ||
|
||
it.skip("K9 - Themes dropdown should display Default", () => { | ||
// Test code for K9 | ||
}); | ||
|
||
it.skip("K10 - Themes folder button should open the themes folder", () => { | ||
// Test code for K10 | ||
}); | ||
|
||
it.skip("K11 - Primary Colors should display: Neo Orbit, Creamy Peach, Neon Sunflower, TV Character Purple, Traffic cone, Fire House, Purple Mountain Majesty, Rogue Pink, Squeaky, Apple Valley, Pencil Lead", () => { | ||
// Test code for K11 | ||
}); | ||
|
||
it.skip("K12 - Clicking Pick should open up the finetune color selector", () => { | ||
// Test code for K12 | ||
}); | ||
|
||
it.skip("K13 - Selected primary color should be applied throughout the entire app", () => { | ||
// Test code for K13 | ||
}); | ||
|
||
it.skip("K14 - User should be able to add additional custom CSS to the application", () => { | ||
// Test code for K14 | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
describe("Settings - Messages", () => { | ||
it.skip("L1 - User should be able to toggle on and off emoji conversion", () => { | ||
// Test code for L1 | ||
}); | ||
|
||
it.skip("L2 - User should be able to toggle on and off Markdown support", () => { | ||
// Test code for L2 | ||
}); | ||
|
||
it.skip("L3 - User should be able to toggle on and off emoji Spam/Bot detection & rejection", () => { | ||
// Test code for L3 | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
describe("Settings - Audio & Video", () => { | ||
it.skip("M1 - Input dropdown should show available input devices", () => { | ||
// Test code for M1 | ||
}); | ||
|
||
it.skip("M2 - Volume indicator should display volume level of microphone input when sound is detected", () => { | ||
// Test code for M2 | ||
}); | ||
|
||
it.skip("M3 - Output device dropdown should show all available output devices", () => { | ||
// Test code for M3 | ||
}); | ||
|
||
it.skip("M4 - Volume indicator should display volume level of speaker output when sound is played", () => { | ||
// Test code for M4 | ||
}); | ||
|
||
it.skip("M5 - User should be able to toggle on and off Echo Cancellation", () => { | ||
// Test code for M5 | ||
}); | ||
|
||
it.skip("M6 - User should be able to toggle on and off Interface Sounds", () => { | ||
// Test code for M6 | ||
}); | ||
|
||
it.skip("M7 - User should be able to toggle on and off Control Sounds", () => { | ||
// Test code for M7 | ||
}); | ||
|
||
it.skip("M8 - User should be able to toggle on and off Message Sounds", () => { | ||
// Test code for M8 | ||
}); | ||
|
||
it.skip("M9 - User should be able to toggle on and off Call Timer", () => { | ||
// Test code for M9 | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
describe("Settings - Extensions", () => { | ||
it.skip("N1 - User should land on Installed when navigating to this page", () => { | ||
// Test code for N1 | ||
}); | ||
|
||
it.skip("N2 - Clicking Explore should take user to Explore page", () => { | ||
// Test code for N2 | ||
}); | ||
|
||
it.skip("N3 - Clicking Settings should take user to Settings page", () => { | ||
// Test code for N3 | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
describe("Settings - Keybindings", () => { | ||
it.skip('O1 - Message at top of page should display: "Global keybinds are disabled while on this page."', () => { | ||
// Test code for O1 | ||
}); | ||
|
||
it.skip("O2 - Clicking a key should activate the Recorded Keys", () => { | ||
// Test code for O2 | ||
}); | ||
|
||
it.skip("O3 - Action dropdown should display: Increase font size within Uplink, Decrease font size within Uplink, Mute & un-mute your microphone, Toggle turning off all sounds including your microphone and headphones, Open/Close Web Inspector, Toggle Developer Mode, Hide/Focus Uplink", () => { | ||
// Test code for O3 | ||
}); | ||
|
||
it.skip("O4 - Clicking Save should save any custom keybinding user has", () => { | ||
// Test code for O4 | ||
}); | ||
|
||
it.skip("O5 - Clicking Cancel should cancel any custom keybinding the user was trying to add", () => { | ||
// Test code for O5 | ||
}); | ||
|
||
it.skip("O6 - Custom keybinding should be displayed next to assigned function", () => { | ||
// Test code for O6 | ||
}); | ||
|
||
it.skip("O7 - Highlighted border should display when user clicks cancel", () => { | ||
// Test code for O7 | ||
}); | ||
|
||
it.skip("O8 - Clicking Revert Keybindings should revert any custom keybindings the user has saved", () => { | ||
// Test code for O8 | ||
}); | ||
|
||
it.skip("O9 - Highlighted border should be displayed when clicking Revert Keybindings", () => { | ||
// Test code for O9 | ||
}); | ||
|
||
it.skip("O10 - Clicking the backwards arrow should revert specific custom keybinding", () => { | ||
// Test code for O10 | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
describe("Settings - Accessibility", () => { | ||
it.skip("P1 - User should be able to toggle on/off Dyslexic mode", () => { | ||
// Test code for P1 | ||
}); | ||
|
||
it.skip("P2 - If Dyslexic mode is toggled on, font should be applied everywhere throughout the app", () => { | ||
// Test code for P2 | ||
}); | ||
}); |
Oops, something went wrong.