Skip to content

Commit 75f11e2

Browse files
committed
fix: fix typo in readme and license
1 parent 42f412e commit 75f11e2

2 files changed

Lines changed: 4 additions & 21 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 kinotio
3+
Copyright (c) 2025 kinotio.io
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -69,26 +69,9 @@ driver({ browser: "chrome" })
6969
})
7070
.catch((error) => console.log(error));
7171

72-
driver({ browser: "firefox" })
73-
.then(({ service }) => {
74-
service.cases = [
75-
{
76-
name: "Verify Failed Title",
77-
fn: async ({ builder, assert }) => {
78-
const title = await builder.getTitle();
79-
assert.assertEquals(title, "Drowsers");
80-
},
81-
},
82-
{
83-
name: "Verify Title",
84-
fn: async ({ builder, assert }) => {
85-
const title = await builder.getTitle();
86-
assert.assertEquals(title, "Drowser");
87-
},
88-
},
89-
];
90-
})
91-
.catch((error) => console.log(error));
72+
73+
74+
9275
```
9376

9477
## Drowser Studio

0 commit comments

Comments
 (0)