Editing customThemingProperties to run all tests
removing 'only' from one of the tests. Both tests in this spec will now run
This commit is contained in:
parent
e15d0f117c
commit
543113cab0
|
@ -29,7 +29,7 @@ context("Custom Theming Properties", () => {
|
||||||
Small = 4px
|
Small = 4px
|
||||||
Medium = 8px
|
Medium = 8px
|
||||||
Large = 16px */
|
Large = 16px */
|
||||||
it.only("should test button roundness", () => {
|
it("should test button roundness", () => {
|
||||||
const buttonRoundnessValues = ["0", "4px", "8px", "16px"]
|
const buttonRoundnessValues = ["0", "4px", "8px", "16px"]
|
||||||
cy.wait(1000)
|
cy.wait(1000)
|
||||||
// Add button, change roundness and confirm value
|
// Add button, change roundness and confirm value
|
||||||
|
|
Loading…
Reference in New Issue