Skip to content

Commit

Permalink
update site title
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMaxim committed Jan 28, 2025
1 parent c8e79e6 commit 3439570
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
end

it '[Developers] [Document Builder] "Read documentaion" link at top block works' do
expected_title = 'Overview - ONLYOFFICE Api Documentation'
expected_title = 'Overview'
@document_builder.read_documentaion_top
expect(@document_builder.check_opened_page_title).to eq(expected_title)
end

it '[Developers] [Document Builder] "Read documentaion" link at bottom block works' do
expected_title = 'Overview - ONLYOFFICE Api Documentation'
expected_title = 'Overview'
@document_builder.read_documentaion_bottom
expect(@document_builder.check_opened_page_title).to eq(expected_title)
end
Expand Down

0 comments on commit 3439570

Please sign in to comment.