Skip to content

Commit

Permalink
test(update): change invalid name on test
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed May 8, 2024
1 parent 64bd86e commit 0844487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/12-settings-licenses.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import SettingsAboutScreen from "@screenobjects/settings/SettingsAboutScreen";
import SettingsLicensesScreen from "@screenobjects/settings/SettingsLicenses";

export default async function settingsLicensesTests() {
it("Settings Licenses - Validate header/description texts and license button are present", async () => {
it("Settings Licenses - Validate header and description texts and license button are present", async () => {
// Go to Settings Licenses Screen
await SettingsAboutScreen.goToLicensesSettings();
await SettingsLicensesScreen.waitForIsShown(true);
Expand Down

0 comments on commit 0844487

Please sign in to comment.