Skip to content

Commit

Permalink
Rename random browser name.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Mar 9, 2023
1 parent 26f734a commit 633f1df
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/src/core/testCreateSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ describe('test Request With Credentials', function () {
capabilities: {
firstMatch: [{}],
alwaysMatch: {
browserName: 'random',
browserName: 'acmeBrowser',
platformName: 'android',
'appium:platformVersion': '12.0'
}
Expand All @@ -457,7 +457,7 @@ describe('test Request With Credentials', function () {
return {
value: {
capabilities: {
browserName: 'random',
browserName: 'acmeBrowser',
platformName: 'android',
platformVersion: '12.0',
name: 'sample test goes here'
Expand All @@ -478,7 +478,7 @@ describe('test Request With Credentials', function () {
port: 9999
},
desiredCapabilities: {
browserName: 'random',
browserName: 'acmeBrowser',
platformName: 'android',
'appium:platformVersion': '12.0'
}
Expand All @@ -487,7 +487,7 @@ describe('test Request With Credentials', function () {
const result = await client.createSession();
assert.deepStrictEqual(result, {
capabilities: {
browserName: 'random',
browserName: 'acmeBrowser',
platformName: 'android',
platformVersion: '12.0',
name: 'sample test goes here'
Expand Down Expand Up @@ -954,7 +954,7 @@ describe('test Request With Credentials', function () {
capabilities: {
firstMatch: [{}],
alwaysMatch: {
browserName: 'random',
browserName: 'acmeBrowser',
'bstack:options': {
local: 'false',
userName: 'test_user',
Expand Down Expand Up @@ -1014,7 +1014,7 @@ describe('test Request With Credentials', function () {
os: 'OS X',
osVersion: 'Monterey'
},
browserName: 'random'
browserName: 'acmeBrowser'
},
parallel: false
});
Expand All @@ -1030,7 +1030,7 @@ describe('test Request With Credentials', function () {
capabilities: {
firstMatch: [{}],
alwaysMatch: {
browserName: 'random',
browserName: 'acmeBrowser',
'bstack:options': {
local: 'false',
userName: 'test_user',
Expand Down

0 comments on commit 633f1df

Please sign in to comment.