File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2024 kinotio
3+ Copyright (c) 2025 kinotio.io
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments